1. 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 2 months ago
  2. af724dd ssl_cache: Add getter access to timeout field by Pengyu Lv · 2 years, 4 months ago
  3. 723ac26 ssh_cache: Add back description of other errors for cache getter by Pengyu Lv · 2 years, 3 months ago
  4. e3746d7 ssl_cache: Error renaming and document improvement by Pengyu Lv · 2 years, 3 months ago
  5. 4e70724 ssl_cache: Add descriptions of returns of cache accessors by Pengyu Lv · 2 years, 4 months ago
  6. cdf06f6 Improve function return value description by Pengyu Lv · 2 years, 4 months ago
  7. b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 4 months ago
  8. 0b9c012 ssl_cache: return the error code for mutex failure by Pengyu Lv · 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. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  12. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  13. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  14. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  15. 7e6eb9f Simplify SSL session cache implementation via session serialization by Hanno Becker · 4 years, 3 months ago
  16. ccdaf6e Add session ID as explicit parameter to SSL session cache API by Hanno Becker · 4 years, 3 months ago
  17. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  18. 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  19. a887d1a Remove peer CRT from cache if !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  20. 9cbd1b2 Include configuration file for all headers by Ron Eldor · 7 years ago
  21. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  22. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  23. db90c82 Fix typo in documentation by Manuel Pégourié-Gonnard · 10 years ago
  24. e3132a9 Corrected misleading fn description in ssl_cache.h by Simon Butcher · 10 years ago
  25. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  26. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  27. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  28. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ssl_cache.h]
  29. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  30. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  31. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  32. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  33. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  34. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  35. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  36. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  37. 274a12e Fix bug with ssl_cache and max_entries=0 by Manuel Pégourié-Gonnard · 11 years ago
  38. c559884 SSL Cache threading support by Paul Bakker · 12 years ago
  39. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  40. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  41. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  42. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  43. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  44. ba26e9e - Cache now only allows a maximum of entries in cache for preventing memory overrun by Paul Bakker · 13 years ago
  45. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago