1. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  2. 8589006 State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  3. bc02555 Clarify DTLS by Gilles Peskine · 5 months ago
  4. c3af2f4 ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  5. 494e494 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  6. b5ccd32 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  7. 9dfe548 Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  8. 5ee008d Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  9. 4f563e7 Expand and rectify the documentation of mbedtls_ssl_context::hostname by Gilles Peskine · 5 months ago
  10. 11f74c5 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 5 months ago
  11. 55151d3 Fix Doxygen misuse by Gilles Peskine · 5 months ago
  12. b710599 Merge in_hsfraglen with badmac_seen_or_in_hsfraglen by Gilles Peskine · 5 months ago
  13. ebdd405 Change the type of in_hsfraglen to unsigned by Gilles Peskine · 5 months ago
  14. f6a676d Rename badmac_seen to badmac_seen_or_in_hsfraglen by Gilles Peskine · 5 months ago
  15. bbe8745 Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  16. 3fc5a4d Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  17. 7656ad7 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  18. 0178dc9 Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  19. 6b88594 Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  20. ce00ac4 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  21. c46edd4 Fix/Improve documentation by Ronald Cron · 11 months ago
  22. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  23. 48a9f56 Improve documentation by Ronald Cron · 11 months ago
  24. ba45a44 Move session tickets getter functions to ssl_misc.h by Ronald Cron · 11 months ago
  25. fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
  26. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  27. e55659d Document NewSessionTicket handling being disabled by default by Ronald Cron · 11 months ago
  28. 9df0563 Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation by Ronald Cron · 11 months ago
  29. 0e5d4fd Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET. by Ronald Cron · 11 months ago
  30. bedddd7 Add mbedtls_ssl_conf_enable_new_session_tickets() API by Ronald Cron · 11 months ago
  31. 92e803e Clarify "negotiating" by Gilles Peskine · 11 months ago
  32. 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 11 months ago
  33. 9722fd1 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  34. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  35. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  36. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  37. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  38. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  39. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  40. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  41. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
  42. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  43. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  44. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  45. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  46. 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
  47. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  48. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  49. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  50. 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
  51. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  52. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  53. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  54. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  55. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  56. 40d4708 ssl: Added session getter for ciphersuite_id. by Minos Galanakis · 1 year, 5 months ago
  57. 358b448 ssl_ciphersuite: Added getter methods for ciphersuite id. by Minos Galanakis · 1 year, 5 months ago
  58. 2c8c364 ssl: Added getter methods for session id and len. by Minos Galanakis · 1 year, 5 months ago
  59. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  60. 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
  61. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  62. 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 5 months ago
  63. d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
  64. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  65. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 5 months ago
  66. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  67. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  68. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  69. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  70. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  71. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  72. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  73. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  74. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  75. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  76. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  77. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  78. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  79. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  80. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  81. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  82. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  83. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago
  84. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 8 months ago
  85. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
  86. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  87. eeb96ac Merge pull request #8433 from yuhaoth/pr/add-deprecated-flag-for-sig_hashes-api by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  88. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  89. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  90. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  91. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  92. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  93. 7d8c3fe Add wait flight2 state. by Jerry Yu · 2 years, 8 months ago
  94. 55933a3 tls13: fix a wrong RFC reference section by Yanray Wang · 1 year, 8 months ago
  95. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  96. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  97. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  98. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  99. 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
  100. 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago