1. ed10e2a Note functions that store the RNG callback in a context by Gilles Peskine · 2 months ago
  2. 060c70e Reference mbedtls_f_rng_t in public documentation by Gilles Peskine · 2 months ago
  3. 76bb753 Fix max. label length in key material exporter by Max Fillinger · 8 months ago
  4. 97a2879 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 8 months ago
  5. 8ee2141 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
  6. e95edbf Fix output size check for key material exporter by Max Fillinger · 9 months ago
  7. 951b886 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  8. 7b52328 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 9 months ago
  9. c48e9e0 Fix coding style by Max Fillinger · 10 months ago
  10. 9359f4d Fix coding style by Max Fillinger · 10 months ago
  11. f95bfda Fix doxygen comment parameter name by Max Fillinger · 10 months ago
  12. 5805cc9 Fix typos in comment by Max Fillinger · 10 months ago
  13. 3be83a7 Fix mismatches in function declarations by Max Fillinger · 12 months ago
  14. 44042f0 Implement TLS-Exporter feature by Max Fillinger · 1 year ago
  15. dfc8e43 Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge by Minos Galanakis · 5 months ago
  16. 8589006 State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  17. bc02555 Clarify DTLS by Gilles Peskine · 5 months ago
  18. c3af2f4 ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  19. 494e494 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  20. b5ccd32 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  21. 9dfe548 Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  22. 5ee008d Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  23. 4f563e7 Expand and rectify the documentation of mbedtls_ssl_context::hostname by Gilles Peskine · 5 months ago
  24. 11f74c5 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 5 months ago
  25. 55151d3 Fix Doxygen misuse by Gilles Peskine · 5 months ago
  26. b710599 Merge in_hsfraglen with badmac_seen_or_in_hsfraglen by Gilles Peskine · 5 months ago
  27. ebdd405 Change the type of in_hsfraglen to unsigned by Gilles Peskine · 5 months ago
  28. f6a676d Rename badmac_seen to badmac_seen_or_in_hsfraglen by Gilles Peskine · 5 months ago
  29. bbe8745 Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  30. 3fc5a4d Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  31. 7656ad7 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  32. 0178dc9 Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  33. 6b88594 Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  34. ce00ac4 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  35. c46edd4 Fix/Improve documentation by Ronald Cron · 11 months ago
  36. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  37. 48a9f56 Improve documentation by Ronald Cron · 11 months ago
  38. ba45a44 Move session tickets getter functions to ssl_misc.h by Ronald Cron · 11 months ago
  39. fc76718 Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc by Ronald Cron · 11 months ago
  40. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  41. e55659d Document NewSessionTicket handling being disabled by default by Ronald Cron · 11 months ago
  42. 9df0563 Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation by Ronald Cron · 11 months ago
  43. 0e5d4fd Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET. by Ronald Cron · 11 months ago
  44. bedddd7 Add mbedtls_ssl_conf_enable_new_session_tickets() API by Ronald Cron · 11 months ago
  45. 92e803e Clarify "negotiating" by Gilles Peskine · 11 months ago
  46. 590bdcb Call psa_crypto_init in the library when required for TLS 1.3: doc by Gilles Peskine · 11 months ago
  47. 9722fd1 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  48. fccfa69 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  49. 7fb4343 tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  50. e221f67 tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  51. de4183f tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  52. 48e29a1 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  53. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  54. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  55. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
  56. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  57. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  58. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  59. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  60. 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
  61. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  62. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  63. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  64. 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
  65. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  66. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  67. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  68. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  69. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  70. 40d4708 ssl: Added session getter for ciphersuite_id. by Minos Galanakis · 1 year, 5 months ago
  71. 358b448 ssl_ciphersuite: Added getter methods for ciphersuite id. by Minos Galanakis · 1 year, 5 months ago
  72. 2c8c364 ssl: Added getter methods for session id and len. by Minos Galanakis · 1 year, 5 months ago
  73. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  74. 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
  75. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  76. 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 5 months ago
  77. d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
  78. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  79. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 5 months ago
  80. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  81. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  82. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  83. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  84. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  85. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  86. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  87. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  88. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  89. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  90. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  91. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  92. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  93. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  94. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  95. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  96. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  97. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago
  98. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 8 months ago
  99. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
  100. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago