1. e3c4ee5 Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() by Piotr Nowicki · 5 years ago
  2. 91d7938 Changed every memcpy to SCA equivalent mbedtls_platform_memcpy by Teppo Järvelin · 6 years ago
  3. e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
  4. 5220781 Fix missing include in some files by Manuel Pégourié-Gonnard · 6 years ago
  5. 7a346b8 Replace memset() with mbedtls_platform_memset() by Manuel Pégourié-Gonnard · 6 years ago
  6. 61f412e Changed every memcmp to SCA equivalent mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  7. 8844055 Remove compression field from SSL session if compression disabled by Hanno Becker · 6 years ago
  8. e02758c Remove ciphersuite from SSL session if single suite hardcoded by Hanno Becker · 6 years ago
  9. 2e6d347 Remove peer CRT from mbedtls_ssl_session if !KEEP_PEER_CERT by Hanno Becker · 6 years ago
  10. a177b38 Simplify session cache implementation via mbedtls_ssl_session_copy() by Hanno Becker · 6 years ago
  11. 2236082 Address PR review comments by Ron Eldor · 8 years ago
  12. e1a9a4a Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  13. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  14. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  15. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  16. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  17. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  18. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  19. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  20. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  21. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  22. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  23. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  24. 99b9259 Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
  25. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  26. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  27. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  28. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  29. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  30. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  31. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  32. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  33. e5b0fc1 Make malloc-init script a bit happier by Manuel Pégourié-Gonnard · 11 years ago
  34. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  35. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  36. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  37. 84c30c7 Fix memory leak in ssl_cache by Manuel Pégourié-Gonnard · 11 years ago
  38. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  39. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  40. c559884 SSL Cache threading support by Paul Bakker · 12 years ago
  41. b6b0956 Rm of memset instead of x509_crt_init() by Paul Bakker · 12 years ago
  42. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  43. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  44. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  45. 38d1eba Move verify_result from ssl_context to session by Manuel Pégourié-Gonnard · 12 years ago
  46. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  47. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  48. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  49. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  50. ba26e9e - Cache now only allows a maximum of entries in cache for preventing memory overrun by Paul Bakker · 13 years ago
  51. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago