1. ef468ea Merge pull request #6740 from xkqian/tls13_fix_unkown_pk_type by Tom Cosgrove · 2 years, 3 months ago
  2. a9aafd4 test: revert undesired debug change in ssl-opt by Valerio Setti · 2 years, 4 months ago
  3. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  4. c564938 Add downgrade protection mechanism by Ronald Cron · 2 years, 4 months ago
  5. 1a353ea ssl-opt.sh: Improve description of server negotiation tests by Ronald Cron · 2 years, 4 months ago
  6. d120bd6 ssl-opt.sh: Add version selection by the server tests by Ronald Cron · 2 years, 5 months ago
  7. 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  8. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  9. f95d169 ssl-opt.sh: Force TLS 1.2 on TLS 1.2 specific tests by Ronald Cron · 2 years, 5 months ago
  10. fd4c6af ssl-opt.sh: Force TLS 1.2 version by Ronald Cron · 2 years, 5 months ago
  11. 92dca39 ssl-opt.sh: Extend scope of some tests to TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  12. 0aa1b88 ssl-opt.sh: Remove unnecessary explicit MBEDTLS_SSL_PROTO_TLS1_2 dep by Ronald Cron · 2 years, 5 months ago
  13. 65f9029 ssl-opt.sh: Remove unnecessary TLS 1.3 forcing on client side by Ronald Cron · 2 years, 5 months ago
  14. c341ad7 ssl-opt.sh: Remove dummy TLS 1.3 kex modes tests by Ronald Cron · 2 years, 5 months ago
  15. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  16. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 5 months ago
  17. 2f8eb62 ssl-opt: remove leftover debug commands and fix comment by Valerio Setti · 2 years, 5 months ago
  18. 6ba247c ssl-opt: solve errors in ECDH reference tests by Valerio Setti · 2 years, 5 months ago
  19. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 5 months ago
  20. 646ee7e Fix CI build after repo merge conflict by Paul Elliott · 2 years, 5 months ago
  21. 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
  22. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  23. e4622a3 Merge remote-tracking branch 'development/development' into development-restricted by Paul Elliott · 2 years, 5 months ago
  24. e7f896d fix extra whitespaces by Valerio Setti · 2 years, 5 months ago
  25. 80318d2 ssl-opt: automatically detect requirements when using certs in dir-maxpath by Valerio Setti · 2 years, 5 months ago
  26. 77588e9 ssl-opt: uniformize requirements in tests by Valerio Setti · 2 years, 5 months ago
  27. 62ed1aa ssl-opt: Add test for cache entry removal by Pengyu Lv · 2 years, 5 months ago
  28. f27472b ssl-opt: enable test and fix failures for reference ECDH + USE_PSA" by valerio · 2 years, 5 months ago
  29. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  30. ccfad9a ssl-opt: remove remaining redundant dependencies by Valerio Setti · 2 years, 5 months ago
  31. 3b2c028 ssl-opt: return to previous debug level in test by Valerio Setti · 2 years, 5 months ago
  32. 213c4ea ssl-opt: enhance comment for get_tls_version() function by Valerio Setti · 2 years, 5 months ago
  33. 194e2bd fix typos by Valerio Setti · 2 years, 5 months ago
  34. 7dc4130 Improve GnuTLS client priority for resumption basic check by Ronald Cron · 2 years, 5 months ago
  35. 1af76d1 ssl-opt: automatically detect requirements from the specified certificates by Valerio Setti · 2 years, 5 months ago
  36. 3f2309f ssl-opt: remove redundant requires_config_enabled when force_ciphersuite is set by Valerio Setti · 2 years, 5 months ago
  37. 1aa6e8d Restore same PSK length enforcement by Ronald Cron · 2 years, 5 months ago
  38. d1f991c ssl-opt: fix required configs in ECDSA related tests by Valerio Setti · 2 years, 5 months ago
  39. d89360b Fix and improve documentation, comments and logs by Ronald Cron · 2 years, 6 months ago
  40. 4bb6773 tls13: Apply same preference rules for ciphersuites as for TLS 1.2 by Ronald Cron · 2 years, 6 months ago
  41. b18c67a tls13: ssl-opt.sh: Add test of default crypto algo by Ronald Cron · 2 years, 6 months ago
  42. 0a1c504 tls13: Fix session resumption with 384 bits PSKs by Ronald Cron · 2 years, 6 months ago
  43. 25e9ec6 tls13: server: Select preferred cipher suite by Ronald Cron · 2 years, 6 months ago
  44. aa31b19 Extend test framework for Record Size Limit Extension by Jan Bruckner · 2 years, 6 months ago
  45. fc0e79e Have compat.sh and ssl-opt.sh not return success for > 255 errors by Tom Cosgrove · 2 years, 7 months ago
  46. 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
  47. 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
  48. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  49. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  50. c572246 Use OPENSSL everywhere, not OPENSSL_CMD by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  51. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  52. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  53. 55a188b Clarify the "restart vs use PSA" situation in TLS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  54. ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
  55. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  56. ea3d933 Remove useless debug log of pk type from test cases by Xiaokang Qian · 2 years, 8 months ago
  57. 2b7ad64 Document all effects of MBEDTLS_ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  58. 70e0290 test: pake: fix mixed testing in test_tls1_2_ecjpake_compatibility by Valerio Setti · 2 years, 8 months ago
  59. b287ddf test: psa_pake: add more tests for opaque password setting by Valerio Setti · 2 years, 8 months ago
  60. a6b69da test: psa_pake: add a separate test for opaque password by Valerio Setti · 2 years, 8 months ago
  61. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  62. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  63. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  64. 5a454f7 Remove redundant tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  65. db01d05 Removal of redundant DTLS CID test in ssl-opt.sh by Hannes Tschofenig · 2 years, 9 months ago
  66. 4bdb9fb Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 8 months ago
  67. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
  68. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  69. dddd35c remvoe unrelative change by Jerry Yu · 2 years, 9 months ago
  70. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  71. c5826ea Add debug message by Jerry Yu · 2 years, 9 months ago
  72. 6969eee Remove `Terminated` message on 22.04 by Jerry Yu · 2 years, 10 months ago
  73. f6e342c Add test for single signature alg with openssl by Paul Elliott · 2 years, 9 months ago archive/dev/fix_tls12_sent_sigalgs fix_tls12_sent_sigalgs
  74. 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
  75. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  76. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  77. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  78. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  79. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
  80. 50a4794 Update early data test case with gnutls by Xiaokang Qian · 2 years, 9 months ago
  81. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  82. b0c32d8 Update early data test cases by Xiaokang Qian · 2 years, 9 months ago
  83. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 10 months ago
  84. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  85. bf249ac Merge pull request #6498 from yuhaoth/pr/fix-session-resumption-fail-when-hostname-is-not-localhost by Gilles Peskine · 2 years, 9 months ago
  86. f467d46 move get_srv_psk_list by Jerry Yu · 2 years, 9 months ago
  87. ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
  88. a709a0f tls13: Declare PSK ephemeral key exchange mode first by Ronald Cron · 2 years, 10 months ago
  89. 454eb91 ssl-opt.sh: Fix list of TLS 1.2 key exchanges with cert by Ronald Cron · 2 years, 10 months ago
  90. 70ed417 ssl-opt.sh: Simplify TLS 1.3 dependencies by Ronald Cron · 2 years, 10 months ago
  91. 5de538c ssl-opt.sh: Remove requires_key_exchange_with_cert_in_tls12_enabled by Ronald Cron · 2 years, 10 months ago
  92. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  93. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  94. 89ca977 ssl-opt.sh: Improve dependencies of some TLS 1.3 test cases by Ronald Cron · 2 years, 10 months ago
  95. bc5adf4 ssl-opt.sh: Add dependencies on handshake with cert by Ronald Cron · 2 years, 10 months ago
  96. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  97. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  98. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  99. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 11 months ago
  100. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago