1. 67397fa Merge pull request #5704 from mprse/mixed_psk_2cx by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  2. 4098083 Merge pull request #5745 from superna9999/5712-pk-opaque-rsa-pss-sign-tls by Gilles Peskine · 3 years, 3 months ago
  3. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  4. 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
  5. 85d46fe ssl-opt.sh: add tests for clent/server psa opaque dhe-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  6. b6a0503 ssl-opt.sh: add tests for clent/server psa opaque ecdhe-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  7. b270b56 ssl-opt.sh: add tests for server psa opaque rsa-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  8. 8e0495e ssl-opt.sh: add tests for client psa opaque rsa-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  9. 8b9fd37 Add P_CLI test to easy debug by Jerry Yu · 3 years, 4 months ago
  10. abf20c7 add state check by Jerry Yu · 3 years, 4 months ago
  11. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  12. 7f6f672 Add Opaque PK test case for TLS 1.3 by Neil Armstrong · 3 years, 4 months ago
  13. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  14. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  15. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  16. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  17. 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
  18. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  19. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  20. c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
  21. 5e4528c Add test cases for server side parse client hello by XiaokangQian · 3 years, 6 months ago
  22. df5f868 ssl-opt.sh: Fix/Unify TLS 1.3 test descriptions by Ronald Cron · 3 years, 4 months ago
  23. 5bd0b51 Use terse output from lsof by Gilles Peskine · 3 years, 4 months ago
  24. eed1c62 Enable TLS 1.3 ALPN tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Neil Armstrong · 3 years, 4 months ago
  25. 2ecf4ff Restore explicit version requirement on 1.3 HelloRetryRequest tests by Gilles Peskine · 3 years, 4 months ago
  26. c912673 Automatically detect protocol version requirement from force_version by Gilles Peskine · 3 years, 4 months ago
  27. 740b734 Move ticket, alpn detection into maybe_requires_ciphersuite_enabled by Gilles Peskine · 3 years, 4 months ago
  28. b898b3d Prepare to generalize maybe_requires_ciphersuite_enabled by Gilles Peskine · 3 years, 4 months ago
  29. a4dbfdd Add DHE-RSA Opaque PK key tests variants in ssl-opt.sh by Neil Armstrong · 3 years, 5 months ago
  30. 3e9a142 Add RSA Opaque PK key tests variants in ssl-opt.sh by Neil Armstrong · 3 years, 5 months ago
  31. 8e5e8d7 Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt by Gilles Peskine · 3 years, 4 months ago
  32. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  33. d2d90af Make mbedtls_ssl_get_bytes_avail tests more independent by Gilles Peskine · 3 years, 4 months ago
  34. c8d242f set_maybe_calc_verify: $1 is intended to be auth_mode by Gilles Peskine · 3 years, 4 months ago
  35. 1438e16 Add requirements of "Default" by Gilles Peskine · 3 years, 4 months ago
  36. 59601d7 Documentation improvements by Gilles Peskine · 3 years, 4 months ago
  37. 8db7c0e Fix an off-by-one error in ssl-opt.sh by Andrzej Kurek · 3 years, 4 months ago
  38. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  39. cbd7bfd ssl-opt.sh: Force TLS 1.2 on server for TLS 1.2 specific tests by Ronald Cron · 3 years, 4 months ago
  40. 634d865 ssl-opt.sh: Fix "no TLS 1.3 server support" test check by Ronald Cron · 3 years, 4 months ago
  41. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  42. b7b549a Force server-side TLS1.2 for ECDH- Opaque PK key test by Neil Armstrong · 3 years, 4 months ago
  43. 023bf8d Add ECDH- Opaque PK key test by Neil Armstrong · 3 years, 5 months ago
  44. a1b8f6e ssl-opt.sh: Do not force TLS 1.3 on client by Ronald Cron · 3 years, 5 months ago
  45. f3b425b ssl-opt.sh: Force TLS 1.2 on server by Ronald Cron · 3 years, 5 months ago
  46. e1d3f06 Allow hybrid TLS 1.3 + TLS 1.2 configuration by Ronald Cron · 3 years, 6 months ago
  47. 7320e64 ssl_tls12_client.c: Switch to generic Client Hello state handler by Ronald Cron · 3 years, 5 months ago
  48. 27c85e7 ssl_tls.c: Unify TLS 1.2 and TLS 1.3 SSL state logs by Ronald Cron · 3 years, 5 months ago
  49. 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
  50. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
  51. 919130c Add rsa_pss_rsae_sha256 support by Jerry Yu · 3 years, 5 months ago
  52. 7c92fe9 Merge pull request #5614 from gabor-mezei-arm/5203_tls_cipher_tickets_use_psa_for_protection by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  53. 6f160ca Skip some DTLS reordering tests in PSK-only builds by Gilles Peskine · 3 years, 5 months ago
  54. 309ca65 calc_verify is only called in some configurations by Gilles Peskine · 3 years, 5 months ago
  55. aa162b5 Remove negative check for a message that no longer exists by Gilles Peskine · 3 years, 5 months ago
  56. 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
  57. 2fa1c31 Remove test dependency by Gabor Mezei · 3 years, 5 months ago
  58. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  59. 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
  60. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  61. 588d7a7 Add a missing requires_max_content_len by Gilles Peskine · 3 years, 5 months ago
  62. 6e86e54 Adapt tests for PSK in PSK-only builds by Gilles Peskine · 3 years, 5 months ago
  63. 2fe796f Add some missing dependencies: EXTENDED_MASTER_SECRET, CACHE by Gilles Peskine · 3 years, 5 months ago
  64. 3561526 Only run "Default" tests if the expected ciphersuite is enabled by Gilles Peskine · 3 years, 5 months ago
  65. a165b5c Automatically skip tests for some absent features: tickets, ALPN by Gilles Peskine · 3 years, 5 months ago
  66. 82a4ab2 ssl-opt: automatically skip DTLS tests in builds without DTLS by Gilles Peskine · 3 years, 5 months ago
  67. 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
  68. ccb005e fix missing feedback address by Jerry Yu · 3 years, 5 months ago
  69. 819f297 fix various issues in ssl-opt by Jerry Yu · 3 years, 5 months ago
  70. 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
  71. d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
  72. 562a0fd Add client version check by Jerry Yu · 3 years, 6 months ago
  73. 6c3d821 update ssl-opt test cases by Jerry Yu · 3 years, 6 months ago
  74. 46b53b9 remove duplicate test by Jerry Yu · 3 years, 6 months ago
  75. 4bfa22a remove useless config option by Jerry Yu · 3 years, 6 months ago
  76. 42ea733 remove RSA not found test by Jerry Yu · 3 years, 6 months ago
  77. 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
  78. 37987dd Add test cases by Jerry Yu · 3 years, 6 months ago
  79. ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
  80. 22abd06 Add rsa key check by Jerry Yu · 3 years, 6 months ago
  81. aa6214a add empty client certificate tests by Jerry Yu · 3 years, 6 months ago
  82. c19884f change expect exit value by Jerry Yu · 3 years, 6 months ago
  83. 25e0ddc Add client certificate file by Jerry Yu · 3 years, 6 months ago
  84. 200b47b Add more tests for CertificateRequest by Jerry Yu · 3 years, 6 months ago
  85. 960bc28 Add tests for no middlebox mode by Jerry Yu · 3 years, 6 months ago
  86. 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
  87. c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
  88. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  89. ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
  90. 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
  91. c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
  92. 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  93. a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
  94. 86cacac Port ALPN support for tls13 client from tls13-prototype by lhuang04 · 3 years, 7 months ago
  95. 135427c Run TLS 1.3 tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Ronald Cron · 3 years, 7 months ago
  96. e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
  97. 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
  98. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  99. 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  100. 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago