1. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  2. e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
  3. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  4. 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
  5. d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
  6. 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
  7. d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
  8. 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
  9. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  10. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  11. dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
  12. 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
  13. 11ae619 Rm dead !USE_PSA code: SSL headers (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  14. 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
  15. 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 7 months ago
  16. 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 7 months ago
  17. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 7 months ago
  18. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  19. 130ece0 Remove USE_PSA references from SSL documentation by Janos Follath · 8 months ago
  20. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
  21. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  22. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  23. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  24. 4e6a368 Replace MBEDTLS_MD_CAN_SHA256 in md.h, ssl.h, and entropy.h by Elena Uziunaite · 1 year, 1 month ago
  25. cf5e3dd Replace MBEDTLS_MD_CAN_SHA384 in md.h and ssl.h by Elena Uziunaite · 1 year, 1 month ago
  26. 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  27. fe15d90 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
  28. d85eeae tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
  29. 66a206c tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
  30. 81bb589 tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
  31. 9314df6 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
  32. c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  33. 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  34. 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
  35. 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
  36. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  37. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  38. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  39. 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
  40. 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
  41. 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
  42. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  43. 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
  44. 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
  45. 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  46. 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
  47. 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
  48. d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
  49. 40d4708 ssl: Added session getter for ciphersuite_id. by Minos Galanakis · 1 year, 5 months ago
  50. 358b448 ssl_ciphersuite: Added getter methods for ciphersuite id. by Minos Galanakis · 1 year, 5 months ago
  51. 2c8c364 ssl: Added getter methods for session id and len. by Minos Galanakis · 1 year, 5 months ago
  52. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  53. 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
  54. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  55. 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 5 months ago
  56. d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
  57. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  58. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 5 months ago
  59. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  60. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  61. 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
  62. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  63. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  64. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  65. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  66. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  67. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  68. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  69. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  70. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  71. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  72. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  73. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  74. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  75. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  76. 3c0072b ssl_ticket.c: Base ticket age check on the ticket creation time by Ronald Cron · 1 year, 8 months ago
  77. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 8 months ago
  78. 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
  79. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  80. 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
  81. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  82. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  83. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  84. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  85. e32fac3 remove wait_flight2 state by Jerry Yu · 1 year, 8 months ago
  86. 7d8c3fe Add wait flight2 state. by Jerry Yu · 2 years, 8 months ago
  87. 55933a3 tls13: fix a wrong RFC reference section by Yanray Wang · 1 year, 8 months ago
  88. d4dc354 Merge pull request #8541 from yanrayw/issue/ssl-fix-missing-guard by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  89. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  90. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  91. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  92. 8cf4495 guards ticket creation field by Jerry Yu · 1 year, 9 months ago
  93. 702fc59 Add ticket_creation field by Jerry Yu · 1 year, 9 months ago
  94. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  95. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 8 months ago
  96. 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
  97. fedaeb2 improve document by Jerry Yu · 1 year, 9 months ago
  98. 6c485da improve document by Jerry Yu · 1 year, 9 months ago
  99. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  100. 1b23bce improve brief description of conf_sig_algs by Jerry Yu · 1 year, 9 months ago