1. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  2. 70e0290 test: pake: fix mixed testing in test_tls1_2_ecjpake_compatibility by Valerio Setti · 2 years, 8 months ago
  3. b287ddf test: psa_pake: add more tests for opaque password setting by Valerio Setti · 2 years, 8 months ago
  4. a6b69da test: psa_pake: add a separate test for opaque password by Valerio Setti · 2 years, 8 months ago
  5. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  6. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  7. 4bdb9fb Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 9 months ago
  8. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
  9. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  10. dddd35c remvoe unrelative change by Jerry Yu · 2 years, 9 months ago
  11. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  12. c5826ea Add debug message by Jerry Yu · 2 years, 9 months ago
  13. 6969eee Remove `Terminated` message on 22.04 by Jerry Yu · 2 years, 10 months ago
  14. 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
  15. 3b4ceda Add SSL_SRV requirement to test by Paul Elliott · 2 years, 9 months ago
  16. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  17. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  18. 2dbfeda Update early data test cases with latest code message by Xiaokang Qian · 2 years, 9 months ago
  19. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  20. 50a4794 Update early data test case with gnutls by Xiaokang Qian · 2 years, 9 months ago
  21. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  22. b0c32d8 Update early data test cases by Xiaokang Qian · 2 years, 9 months ago
  23. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 10 months ago
  24. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  25. 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
  26. f467d46 move get_srv_psk_list by Jerry Yu · 2 years, 9 months ago
  27. ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
  28. a709a0f tls13: Declare PSK ephemeral key exchange mode first by Ronald Cron · 2 years, 10 months ago
  29. 454eb91 ssl-opt.sh: Fix list of TLS 1.2 key exchanges with cert by Ronald Cron · 2 years, 10 months ago
  30. 70ed417 ssl-opt.sh: Simplify TLS 1.3 dependencies by Ronald Cron · 2 years, 10 months ago
  31. 5de538c ssl-opt.sh: Remove requires_key_exchange_with_cert_in_tls12_enabled by Ronald Cron · 2 years, 10 months ago
  32. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  33. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  34. 89ca977 ssl-opt.sh: Improve dependencies of some TLS 1.3 test cases by Ronald Cron · 2 years, 10 months ago
  35. bc5adf4 ssl-opt.sh: Add dependencies on handshake with cert by Ronald Cron · 2 years, 10 months ago
  36. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  37. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  38. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  39. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 11 months ago
  40. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  41. 77c691f Merge pull request #6194 from xkqian/tls13_add_psk_client_cases by Ronald Cron · 2 years, 10 months ago
  42. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  43. e12d30d Move psk related cases into tls13-kex-modes.sh by Xiaokang Qian · 2 years, 10 months ago
  44. cffb18c Fix various issues by Xiaokang Qian · 2 years, 11 months ago
  45. edc35e7 Refine the psk test cases for m->G by Xiaokang Qian · 3 years ago
  46. 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago
  47. 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
  48. 277cdcb ssl-opt.sh: tls13 opaque key: Enable client authentication by Ronald Cron · 2 years, 11 months ago
  49. e3196d2 ssl-opt.sh: tls13 opaque key: Do not force version on client side by Ronald Cron · 2 years, 11 months ago
  50. 6ec2123 ssl-opt.sh: Align prefix of TLS 1.3 opaque key tests by Ronald Cron · 2 years, 11 months ago
  51. 067a1e7 tls13: Try reasonable sig alg for CertificateVerify signature by Ronald Cron · 2 years, 11 months ago
  52. 67ea254 tls13: server: Add sig alg checks when selecting best certificate by Ronald Cron · 2 years, 11 months ago
  53. 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
  54. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  55. c454aba ssl-opt.sh: add tests for key_opaque_algs option by Przemek Stekiel · 3 years, 1 month ago
  56. a02841b revert changes on PSK tests by Jerry Yu · 2 years, 11 months ago
  57. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  58. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 3 years ago
  59. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  60. e976492 Add session ticket tests for client by Jerry Yu · 3 years ago
  61. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  62. 6a9beba Add psk mode tests by Jerry Yu · 3 years ago
  63. 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
  64. 295d93e Add psk handshake with gnutls by Ronald Cron · 3 years, 1 month ago
  65. 322a7a1 Merge pull request #6155 from yuhaoth/pr/add-any-all-configs-enabled by Dave Rodgman · 3 years ago
  66. 27d8092 fix wrong typo by Jerry Yu · 3 years ago
  67. 2fcb056 Add requires_{any,all}_configs_enabled functions by Jerry Yu · 3 years ago
  68. d2d4110 Remove `Teminated` message from stdout by Jerry Yu · 3 years ago
  69. d5e8a48 delete whitespace in comment by Zhangsen Wang · 3 years ago
  70. baeffbb skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
  71. eec4f03 fix typo and changelog entry issues by Jerry Yu · 3 years ago
  72. 6455b68 add rsa_pss_rsae_* test for tls12 server by Jerry Yu · 3 years, 1 month ago
  73. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  74. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  75. 24e3855 Add reconnect test by Jerry Yu · 3 years, 1 month ago
  76. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  77. 34e90fa TLS 1.3: tests: Allow PSK exchange mode on GnuTLS server by Ronald Cron · 3 years, 1 month ago
  78. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  79. 088c929 Remove useless force cipher suite by XiaokangQian · 3 years, 1 month ago
  80. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago
  81. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  82. 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
  83. 4a2ea16 remove forcecipher for psk test by Jerry Yu · 3 years, 1 month ago
  84. 3684782 add tests for offered psk parser by Jerry Yu · 3 years, 1 month ago
  85. f7b5b59 Add tests for write new session ticket by Jerry Yu · 3 years, 1 month ago
  86. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  87. 29ab32d Add client side tests by Jerry Yu · 3 years, 1 month ago
  88. c52e3bd Improve comment by Jerry Yu · 3 years, 1 month ago
  89. 299e31f fix various issue by Jerry Yu · 3 years, 1 month ago
  90. fe52e55 redirect stderr output in ubuntu22.04 by Jerry Yu · 3 years, 1 month ago
  91. e36397d add tests for psk_key_exchange_mode by Jerry Yu · 3 years, 1 month ago
  92. 9138512 delete openssl version requirement for openssl client, because the bug only occurs on openssl server by Zhangsen Wang · 3 years, 1 month ago
  93. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
  94. 6e80e09 Merge pull request #5915 from AndrzejKurek/cid-resumption-clash by Paul Elliott · 3 years, 1 month ago
  95. 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  96. 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
  97. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  98. c67e6e9 Depends on MBEDTLS_X509_REMOVE_INFO disable for double Opaque keys test requiring cert infos to determine selected key by Neil Armstrong · 3 years, 1 month ago
  99. 7ac0d49 remove force_version for client by Jerry Yu · 3 years, 1 month ago
  100. 52b7d92 fix various issues by Jerry Yu · 3 years, 1 month ago