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