- 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- d904d66 Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- 69d3b86 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
- 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
- e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 9 months ago
- 378e7eb Unify memcmp functions by gabor-mezei-arm · 4 years ago
- 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 6627fb2 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years ago
- ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
- e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 3 months ago
- 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- 261602c Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
- 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
- 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
- 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
- e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
- 04965ed Fix resource leak when using mutex and ssl_cookie by Ron Eldor · 8 years ago
- b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
- d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 2a84dfd Make ssl_cookie.c thread-safe by Manuel Pégourié-Gonnard · 10 years ago
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- 5e94dde Create ssl_internal.h and move some functions by Manuel Pégourié-Gonnard · 10 years ago
- 53ebe13 Fix copyright lines still mentioning Brainspark by Manuel Pégourié-Gonnard · 10 years ago
- 6ab9b00 Fix warnings from armcc by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
- 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- e4d4890 Finish renaming website by Manuel Pégourié-Gonnard · 10 years ago
- d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
- 3d2c4b7 Fix url in new files by Manuel Pégourié-Gonnard · 11 years ago
- dba564b Fix files that are not in development by Manuel Pégourié-Gonnard · 11 years ago
- 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 11 years ago
- bef8f09 Make cookie timeout configurable by Manuel Pégourié-Gonnard · 11 years ago
- e903081 Add timestamp/serial to cookies, with timeout by Manuel Pégourié-Gonnard · 11 years ago
- 445a1ec Change internal names by Manuel Pégourié-Gonnard · 11 years ago
- 29ad7e8 Add check for missing ssl_set_client_transport_id() by Manuel Pégourié-Gonnard · 11 years ago
- a64acd4 Add separate SSL_COOKIE_C define by Manuel Pégourié-Gonnard · 11 years ago
- e4de061 Fix cookie context usage by Manuel Pégourié-Gonnard · 11 years ago
- 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 11 years ago