- 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
- cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
- ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
- c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
- 5e4528c Add test cases for server side parse client hello by XiaokangQian · 3 years, 6 months ago
- 8e5e8d7 Merge pull request #5686 from AndrzejKurek/off-by-one-ssl-opt by Gilles Peskine · 3 years, 4 months ago
- 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 8db7c0e Fix an off-by-one error in ssl-opt.sh by Andrzej Kurek · 3 years, 4 months ago
- 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
- cbd7bfd ssl-opt.sh: Force TLS 1.2 on server for TLS 1.2 specific tests by Ronald Cron · 3 years, 4 months ago
- 634d865 ssl-opt.sh: Fix "no TLS 1.3 server support" test check by Ronald Cron · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- b7b549a Force server-side TLS1.2 for ECDH- Opaque PK key test by Neil Armstrong · 3 years, 4 months ago
- 023bf8d Add ECDH- Opaque PK key test by Neil Armstrong · 3 years, 5 months ago
- a1b8f6e ssl-opt.sh: Do not force TLS 1.3 on client by Ronald Cron · 3 years, 5 months ago
- f3b425b ssl-opt.sh: Force TLS 1.2 on server by Ronald Cron · 3 years, 5 months ago
- e1d3f06 Allow hybrid TLS 1.3 + TLS 1.2 configuration by Ronald Cron · 3 years, 6 months ago
- 7320e64 ssl_tls12_client.c: Switch to generic Client Hello state handler by Ronald Cron · 3 years, 5 months ago
- 27c85e7 ssl_tls.c: Unify TLS 1.2 and TLS 1.3 SSL state logs by Ronald Cron · 3 years, 5 months ago
- 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
- 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 6 months ago
- 919130c Add rsa_pss_rsae_sha256 support by Jerry Yu · 3 years, 5 months ago
- 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
- 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
- 2fa1c31 Remove test dependency by Gabor Mezei · 3 years, 5 months ago
- 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
- 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
- 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
- ccb005e fix missing feedback address by Jerry Yu · 3 years, 6 months ago
- 819f297 fix various issues in ssl-opt by Jerry Yu · 3 years, 6 months ago
- 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
- d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
- 562a0fd Add client version check by Jerry Yu · 3 years, 6 months ago
- 6c3d821 update ssl-opt test cases by Jerry Yu · 3 years, 6 months ago
- 46b53b9 remove duplicate test by Jerry Yu · 3 years, 6 months ago
- 4bfa22a remove useless config option by Jerry Yu · 3 years, 6 months ago
- 42ea733 remove RSA not found test by Jerry Yu · 3 years, 6 months ago
- 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
- 37987dd Add test cases by Jerry Yu · 3 years, 6 months ago
- ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
- 22abd06 Add rsa key check by Jerry Yu · 3 years, 6 months ago
- aa6214a add empty client certificate tests by Jerry Yu · 3 years, 6 months ago
- c19884f change expect exit value by Jerry Yu · 3 years, 6 months ago
- 25e0ddc Add client certificate file by Jerry Yu · 3 years, 6 months ago
- 200b47b Add more tests for CertificateRequest by Jerry Yu · 3 years, 6 months ago
- 960bc28 Add tests for no middlebox mode by Jerry Yu · 3 years, 6 months ago
- 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
- c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
- baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
- ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
- 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
- c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
- 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
- 86cacac Port ALPN support for tls13 client from tls13-prototype by lhuang04 · 3 years, 7 months ago
- 135427c Run TLS 1.3 tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Ronald Cron · 3 years, 7 months ago
- e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
- 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
- 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago
- a909061 Refine HRR parse successfully message in test cases by XiaokangQian · 3 years, 6 months ago
- 7bae3b6 Add more ciphersuites into test cases for hrr by XiaokangQian · 3 years, 6 months ago
- 355e09a Change code base on comments by XiaokangQian · 3 years, 7 months ago
- 78b1fa7 Update code base on comments by XiaokangQian · 3 years, 7 months ago
- 6db08dd Change ssl-opt.sh to make hrr tests pass by XiaokangQian · 3 years, 7 months ago
- 0b56a8f Replace curve_list with group_list and add update test scripts by XiaokangQian · 3 years, 8 months ago
- 69fcd39 Update CertificateRequest tests and the parsing function by Xiaofei Bai · 3 years, 7 months ago
- 5d8598e update certificate request tests by Xiaofei Bai · 3 years, 7 months ago
- 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
- 24479b3 Merge pull request #5395 from gilles-peskine-arm/ssl-opt-self-signed-positive by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
- 6e5aae6 Add tests for ticket_aead option by Gabor Mezei · 3 years, 7 months ago
- e1cc60e Add positive test case with self-signed certificates by Gilles Peskine · 3 years, 7 months ago
- 5eb2b02 Report correct test suite names for opt-testcases/* in outcome file by Gilles Peskine · 3 years, 7 months ago
- 2baaf60 Don't error out if no opt-testcases/*.sh is found by Gilles Peskine · 3 years, 7 months ago
- 136320b fix ci fail by Jerry Yu · 3 years, 8 months ago
- f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
- 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
- 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
- 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
- d0fcf7f fix ci fail by Jerry Yu · 3 years, 8 months ago
- 9eab5a6 tests: TLS 1.3: Remove unnecessary test requirement by Ronald Cron · 3 years, 8 months ago
- d04fd35 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
- bc8b22e fix tls13 test fail by Jerry Yu · 3 years, 8 months ago
- cdcc55f update test check strings by Jerry Yu · 3 years, 9 months ago
- e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
- a55c5a1 ssl-opt.sh: TLS 1.3: Add middlebox compatibility tests with GnuTLS by Ronald Cron · 3 years, 8 months ago
- 7c0185f ssl-opt.sh: TLS 1.3: Add some missing test dependencies by Ronald Cron · 3 years, 8 months ago
- fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
- 52a6e7e Replace tls1_3 with tls13 by Jerry Yu · 3 years, 8 months ago
- c502dff fix TLS1.3 name issue by Jerry Yu · 3 years, 8 months ago
- cdcb683 Update generate scripts and tls13 test cases by Jerry Yu · 3 years, 8 months ago
- 31018ad Add tls13 compat tests with bash scripts by Jerry Yu · 3 years, 8 months ago
- c4aa152 tls13_compat_tests:Add generate all option by Jerry Yu · 3 years, 8 months ago
- 26fa7dc Remove rsa_pss_rsae_sha256 test from ssl-opt.sh by Jerry Yu · 3 years, 8 months ago
- 305bfc3 Add tls13 compat tests by Jerry Yu · 3 years, 9 months ago