1. 9ac3e23 Fix NULL argument handling in mbedtls_xxx_free() functions by Troy-Butler · 1 year, 4 months ago
  2. 97dfc72 ssl_ticket.c: Fix ticket lifetime when parsing by Ronald Cron · 1 year, 5 months ago
  3. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago
  4. ba5165e ssl_ticket.c: Fix ticket lifetime enforcement by Ronald Cron · 1 year, 8 months ago
  5. e34f124 ssl_ticket.c: Remove pedantic server endpoint check by Ronald Cron · 1 year, 8 months ago
  6. 3c3e2e6 ssl_ticket.c: Remove TLS server guard by Ronald Cron · 1 year, 8 months ago
  7. ce72763 ssl_ticket.c: Remove client code by Ronald Cron · 1 year, 8 months ago
  8. 4749007 Fix possible integer overflows before widening by David Horstmann · 1 year, 8 months ago
  9. a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
  10. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  11. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  12. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  13. 31b601a improve comments by Jerry Yu · 1 year, 9 months ago
  14. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  15. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  16. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  17. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  18. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  19. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  20. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  21. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  22. 86c333e Add explicit cast to satisfy compiler by Dave Rodgman · 3 years ago
  23. 392f714 Fix type used for capturing TLS ticket generation time by Dave Rodgman · 3 years ago
  24. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  25. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 2 months ago
  26. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  27. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  28. 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
  29. 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  30. 103e08a Fix return value handling by Gabor Mezei · 3 years, 5 months ago
  31. 5b8b890 Check PSA functions' return value before converting by Gabor Mezei · 3 years, 5 months ago
  32. 36c9f51 Use size_t instead of int to silence compiler warnings by Gabor Mezei · 3 years, 5 months ago
  33. 4f4bac7 Remove blank lines by Gabor Mezei · 3 years, 5 months ago
  34. 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
  35. 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
  36. e6d867f Typo by Gabor Mezei · 3 years, 5 months ago
  37. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  38. a950938 Add mbedtls_ssl_ticket_rotate for ticket rotation. by Glenn Strauss · 3 years, 6 months ago
  39. ce9e3a9 Remove redundant null check by Gilles Peskine · 4 years ago
  40. e720dbe Use cipher_info accessor functions in TLS code by Gilles Peskine · 4 years ago
  41. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years ago
  42. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  43. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  44. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 5 months ago
  45. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  46. f5cf71e Stop using deprecated functions in the library by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  47. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  48. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  49. 261602c Uniformize bounds checks using new macro by Hanno Becker · 8 years ago
  50. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  51. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  52. a3e7c65 Move session save/load function to ssl_tls.c by Manuel Pégourié-Gonnard · 6 years ago
  53. 6883874 Fix typo in SSL ticket documentation by Hanno Becker · 6 years ago
  54. 94cc26d Adapt session ticket implementation to removal of `peer_cert` field by Hanno Becker · 6 years ago
  55. c966bd1 Remove peer CRT from tickets if !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  56. c5fcbb3 Add peer CRT digest to session tickets by Hanno Becker · 6 years ago
  57. 0329f75 Increase robustness and documentation of ticket implementation by Hanno Becker · 6 years ago
  58. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  59. 679d8ce Use PSA-based ciphers for SSL ticket protection by Hanno Becker · 7 years ago
  60. d140d08 Introduce macros for constants in SSL ticket implementation by Hanno Becker · 7 years ago
  61. aa71500 Fix bug in SSL ticket implementation removing keys of age < 1s by Hanno Becker · 7 years ago
  62. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  63. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  64. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  65. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  66. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  67. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  68. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  69. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  70. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  71. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  72. 1e9c4db Implement key rotation by Manuel Pégourié-Gonnard · 10 years ago
  73. 887674a Internal changes in preparation for key rotation by Manuel Pégourié-Gonnard · 10 years ago
  74. a0adc1b Make cipher used in ssl tickets configurable by Manuel Pégourié-Gonnard · 10 years ago
  75. 1041a39 Use AES-GCM-256 for session ticket protection by Manuel Pégourié-Gonnard · 10 years ago
  76. 8eff512 Fix possible signedness issue in time comparison by Manuel Pégourié-Gonnard · 10 years ago
  77. 0849a0a Make ssl ticket functions thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  78. d59675d Move to callback for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  79. b0394be Further adapt prototypes of ticket functions by Manuel Pégourié-Gonnard · 10 years ago
  80. 69f1728 Adapt prototypes of ticket handling functions by Manuel Pégourié-Gonnard · 10 years ago
  81. a4a4735 Rename & move ticket functions to ticket module by Manuel Pégourié-Gonnard · 10 years ago
  82. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago