1. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  2. f0ccf46 Add minor cosmetic changes to record size limit changelog and comments by Waleed Elmelegy · 1 year, 7 months ago
  3. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  4. f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
  5. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 7 months ago
  6. a8b4291 tls13: add generic function to write Record Size Limit ext by Yanray Wang · 1 year, 9 months ago
  7. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  8. e2d3db5 Update mbedtls_ssl_get_output_record_size_limit signature by Waleed-Ziad Maamoun-Elmelegy · 1 year, 7 months ago
  9. 94a42cc Add tls13 in ticket flags helper function names by Pengyu Lv · 1 year, 8 months ago
  10. abd844f Fix wrong format in the function doc by Pengyu Lv · 1 year, 8 months ago
  11. 02e72f6 Reword return value description for mbedtls_ssl_tls13_is_kex_mode_supported by Pengyu Lv · 1 year, 8 months ago
  12. b2cfafb Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  13. 2333b82 tls13: srv: rename mbedtls_ssl_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  14. 0a1ff2b Consistent renaming by Pengyu Lv · 1 year, 9 months ago
  15. 4f537f7 tls13: rename mbedtls_ssl_session_check_ticket_flags by Pengyu Lv · 1 year, 9 months ago
  16. fc2cb96 tls13: rename mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  17. 60a2256 tls13: change return value of mbedtls_ssl_conf_tls13_check_kex_modes by Pengyu Lv · 1 year, 9 months ago
  18. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  19. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  20. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  21. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 8 months ago
  22. 4da7c22 add early data flag check function by Jerry Yu · 1 year, 9 months ago
  23. c37ad44 misc type fixes in ssl by Dave Rodgman · 1 year, 9 months ago
  24. 8e0174a Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  25. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  26. 46c7926 Add maximum ticket lifetime check by Jerry Yu · 1 year, 9 months ago
  27. 5e378d7 ssl_misc: remove DES from the list of key types supporting CBC by Valerio Setti · 1 year, 9 months ago
  28. 01c4fa3 ssl: move MBEDTLS_SSL_HAVE internal symbols to ssl.h by Valerio Setti · 1 year, 9 months ago
  29. 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
  30. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  31. 65458fa ssl: MBEDTLS_SSL_HAVE_* in ssl_misc.h by Pengyu Lv · 1 year, 9 months ago
  32. f1b86b0 ssl: add macro to indicate CBC mode is available by Pengyu Lv · 1 year, 9 months ago
  33. e870cc8 ssl: add macro for available key types by Pengyu Lv · 1 year, 9 months ago
  34. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  35. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  36. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  37. dbd1e0d tls13: add helpers to check if psk[_ephemeral] allowed by ticket by Pengyu Lv · 1 year, 9 months ago
  38. 467271d ssl_misc: ignore ALG_CBC_PKCS7 for MBEDTLS_SSL_HAVE_xxx_CBC by Valerio Setti · 1 year, 9 months ago
  39. 1ebb6cd ssl_misc: add internal MBEDTLS_SSL_HAVE_[AES/ARIA/CAMELLIA]_CBC symbols by Valerio Setti · 1 year, 9 months ago
  40. 7b71171 Add check_ticket_flags helper function by Pengyu Lv · 1 year, 9 months ago
  41. 1eb0bd5 Add not-received status by Jerry Yu · 2 years, 6 months ago
  42. cf29c5d ssl: don't require MBEDTLS_ECP_DP with TLS1.3 by Valerio Setti · 1 year, 11 months ago
  43. f250ada tls/oid: add PSA_WANT_ECC_xxx guards together with existing MBEDTLS_ECP_DP_xxx by Valerio Setti · 2 years ago
  44. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  45. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  46. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  47. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years, 1 month ago
  48. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  49. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  50. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  51. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  52. da403b7 tls: use already existing symbols to size the buffer for XXDḦ peer key by Valerio Setti · 2 years, 1 month ago
  53. 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  54. 6eb0054 tls: fix guards for legacy ECDH contexts by Valerio Setti · 2 years, 1 month ago
  55. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  56. c2232ea tls: replace PK_CAN_ECDH guards with new helpers by Valerio Setti · 2 years, 1 month ago
  57. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  58. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  59. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  60. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  61. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  62. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  63. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  64. e03ddbb Use valid size of peerkey buffer (EC vs FF) by Przemek Stekiel · 2 years, 1 month ago
  65. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  66. c216d94 Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 2 months ago
  67. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  68. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
  69. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 2 months ago
  70. cceb933 Add FFDH definitions and translation functions by Przemek Stekiel · 2 years, 3 months ago
  71. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  72. 2801f7f Move mbedtls_ct_hmac into ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  73. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  74. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  75. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  76. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  77. 77a904c ssl: remove useless guard by Valerio Setti · 2 years, 4 months ago
  78. 1fa5c56 ssl_tls: fix guard symbols for EC accelerated tests by Valerio Setti · 2 years, 5 months ago
  79. 226f9b9 ssl_tls: fix guard in ssl_misc.h by Valerio Setti · 2 years, 4 months ago
  80. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 5 months ago
  81. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  82. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 5 months ago
  83. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  84. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  85. a0589e7 Changes from review by Jan Bruckner · 2 years, 5 months ago
  86. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  87. 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  88. a2fc399 Merge pull request #6829 from AndrzejKurek/unify-psa-errors by Gilles Peskine · 2 years, 5 months ago
  89. 2f1d967 ssl: fix included pk header file by Valerio Setti · 2 years, 5 months ago
  90. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  91. f057ecf Use MD not low-level sha256/512 in TLS by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  92. 1ad9ef2 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
  93. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  94. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  95. 226aa15 Make handshake hashing functions return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  96. 70341c1 Merge pull request #6773 from yanrayw/6675-change-early_secrets-to-local by Ronald Cron · 2 years, 6 months ago
  97. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  98. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  99. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  100. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 8 months ago