1. 0ddffb6 Merge pull request #7210 from sergio-nsk/patch-2 by Gilles Peskine · 1 year, 10 months ago
  2. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  3. e3746d7 ssl_cache: Error renaming and document improvement by Pengyu Lv · 2 years, 3 months ago
  4. 5038a38 ssl_cache: Return standard mbedtls error code by Pengyu Lv · 2 years, 4 months ago
  5. b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 4 months ago
  6. 0b9c012 ssl_cache: return the error code for mutex failure by Pengyu Lv · 2 years, 4 months ago
  7. 744b507 ssl_cache: use auxiliary function to zeroize cache entry by Pengyu Lv · 2 years, 4 months ago
  8. bef1f63 Fix llvm error: variables may be used uninitialized by Sergey · 2 years, 4 months ago
  9. 7b6299b ssl_cache: Add an interface to remove cache entry by session id by Pengyu Lv · 2 years, 4 months ago
  10. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  11. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  12. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years ago
  13. 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
  14. 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 3 months ago
  15. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  16. 78196e3 Fix search for outdated entries in SSL session cache by Hanno Becker · 4 years, 2 months ago
  17. c3f4a97 Don't infer last element of SSL session cache twice by Hanno Becker · 4 years, 2 months ago
  18. 466ed6f Improve local variable naming in SSL session cache implementation by Hanno Becker · 4 years, 2 months ago
  19. 5cf6f7e Fix swapping of first and last entry in SSL session cache by Hanno Becker · 4 years, 2 months ago
  20. 006f2cc Fix compile-time guard in session cache implementation by Hanno Becker · 4 years, 2 months ago
  21. 845ceb7 Improve readability and efficiency of SSL cache reference impl by Hanno Becker · 4 years, 2 months ago
  22. f47199d Improve naming of helper function for reference session cache by Hanno Becker · 4 years, 2 months ago
  23. aee4cc4 Use sizeof() instead of magic constant by Hanno Becker · 4 years, 3 months ago
  24. 7e6eb9f Simplify SSL session cache implementation via session serialization by Hanno Becker · 4 years, 3 months ago
  25. f938c43 Add helper function to find entry in SSL session cache by Hanno Becker · 4 years, 3 months ago
  26. 02a68eb Add helper function to finding a fresh entry in the SSL cache by Hanno Becker · 4 years, 3 months ago
  27. ccdaf6e Add session ID as explicit parameter to SSL session cache API by Hanno Becker · 4 years, 3 months ago
  28. 64ce974 Don't check ciphersuite and compression in SSL session cache lookup by Hanno Becker · 4 years, 3 months ago
  29. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 4 months ago
  30. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  31. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  32. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  33. a887d1a Remove peer CRT from cache if !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  34. aee8717 Simplify session cache implementation via mbedtls_ssl_session_copy() by Hanno Becker · 6 years ago
  35. 2236082 Address PR review comments by Ron Eldor · 8 years ago
  36. e1a9a4a Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  37. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  38. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  39. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  40. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  41. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  42. 12ad798 Rename ssl_session.length to id_len by Manuel Pégourié-Gonnard · 10 years ago
  43. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  44. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  45. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  46. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  47. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  48. 99b9259 Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
  49. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  50. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  51. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  52. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  53. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  54. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  55. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  56. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  57. e5b0fc1 Make malloc-init script a bit happier by Manuel Pégourié-Gonnard · 11 years ago
  58. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  59. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  60. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  61. 84c30c7 Fix memory leak in ssl_cache by Manuel Pégourié-Gonnard · 11 years ago
  62. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  63. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  64. c559884 SSL Cache threading support by Paul Bakker · 12 years ago
  65. b6b0956 Rm of memset instead of x509_crt_init() by Paul Bakker · 12 years ago
  66. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  67. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 12 years ago
  68. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  69. 38d1eba Move verify_result from ssl_context to session by Manuel Pégourié-Gonnard · 12 years ago
  70. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  71. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  72. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  73. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  74. ba26e9e - Cache now only allows a maximum of entries in cache for preventing memory overrun by Paul Bakker · 13 years ago
  75. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago