1. 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 3 months ago
  2. bc694b3 Fix printf of enum by Gilles Peskine · 5 months ago
  3. c67befe Add a log message on every SSL state transition by Gilles Peskine · 5 months ago
  4. f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
  5. ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
  6. 0747388 Fix #endif comment by Max Fillinger · 9 months ago
  7. 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
  8. c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 9 months ago
  9. 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 9 months ago
  10. 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
  11. e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
  12. a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
  13. 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
  14. fd89acc ssl_session_reset: preserve HOSTNAME_SET flag by Gilles Peskine · 5 months ago
  15. 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 5 months ago
  16. 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
  17. 2547ae9 Move SSL macro checks from TF-PSA-Crypto to Mbed TLS by Harry Ramsey · 6 months ago
  18. 072c98e Remove empty #if #endif block by Manuel Pégourié-Gonnard · 6 months ago
  19. 53fe26c Update a function's doxygen by Manuel Pégourié-Gonnard · 6 months ago
  20. 615914b Rm dead !USE_PSA code: SSL headers (part 2) by Manuel Pégourié-Gonnard · 6 months ago
  21. 11ae619 Rm dead !USE_PSA code: SSL headers (part 1) by Manuel Pégourié-Gonnard · 6 months ago
  22. 3dfe75e Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 6 months ago
  23. 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 7 months ago
  24. 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 7 months ago
  25. ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
  26. 51f228c Switch to actual TF-PSA-Crypto build_info.h by Ronald Cron · 9 months ago
  27. fb6cea5 Remove duplicate mbedtls/build_info.h include by Harry Ramsey · 10 months ago
  28. e8e23fb Include ssl_misc.h for additional SSL helper files by Harry Ramsey · 10 months ago
  29. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  30. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 12 months ago
  31. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  32. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  33. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 11 months ago
  34. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
  35. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  36. 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
  37. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  38. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  39. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  40. 4394067 Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset (fixes #9186) by Michael Schuster · 1 year, 2 months ago
  41. e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
  42. 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
  43. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  44. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  45. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  46. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  47. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  48. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  49. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  50. fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
  51. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  52. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  53. fd4c0c8 tls13: cli: Fix comment by Ronald Cron · 1 year, 5 months ago
  54. aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
  55. 8571804 tls13: srv: Enforce maximum size of early data by Ronald Cron · 1 year, 5 months ago
  56. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  57. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  58. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  59. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
  60. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
  61. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  62. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  63. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  64. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  65. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  66. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
  67. d929106 ssl_ciphersuites: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
  68. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  69. f0ccf46 Add minor cosmetic changes to record size limit changelog and comments by Waleed Elmelegy · 1 year, 7 months ago
  70. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  71. f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
  72. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 7 months ago
  73. a8b4291 tls13: add generic function to write Record Size Limit ext by Yanray Wang · 1 year, 9 months ago
  74. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  75. e2d3db5 Update mbedtls_ssl_get_output_record_size_limit signature by Waleed-Ziad Maamoun-Elmelegy · 1 year, 7 months ago
  76. 94a42cc Add tls13 in ticket flags helper function names by Pengyu Lv · 1 year, 8 months ago
  77. abd844f Fix wrong format in the function doc by Pengyu Lv · 1 year, 8 months ago
  78. 02e72f6 Reword return value description for mbedtls_ssl_tls13_is_kex_mode_supported by Pengyu Lv · 1 year, 8 months ago
  79. b2cfafb Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  80. 2333b82 tls13: srv: rename mbedtls_ssl_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  81. 0a1ff2b Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  82. 4f537f7 tls13: rename mbedtls_ssl_session_check_ticket_flags by Pengyu Lv · 1 year, 9 months ago
  83. fc2cb96 tls13: rename mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  84. 60a2256 tls13: change return value of mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  85. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  86. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  87. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  88. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 8 months ago
  89. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 8 months ago
  90. c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
  91. 8e0174a Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  92. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  93. 46c7926 Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  94. 5e378d7 ssl_misc: remove DES from the list of key types supporting CBC by Valerio Setti · 1 year, 9 months ago
  95. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  96. 7d7ce0e Merge pull request #8495 from lpy4105/issue/6322/driver-only-cipher_aead-tls by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8495-4dec9ebdc2d0e49a87cfd5f0d7bc2dc9d21beae9
  97. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  98. 65458fa ssl: MBEDTLS_SSL_HAVE_* in ssl_misc.h by Pengyu Lv · 1 year, 9 months ago
  99. f1b86b0 ssl: add macro to indicate CBC mode is available by Pengyu Lv · 1 year, 9 months ago
  100. e870cc8 ssl: add macro for available key types by Pengyu Lv · 1 year, 9 months ago