- cd6a24b ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16 by Minos Galanakis · 5 months ago
- 99ca668 ssl-opt: Replaced max_send_frag with split_send_frag by Minos Galanakis · 6 months ago
- a5a8c9f ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests. by Minos Galanakis · 6 months ago
- d708a63 ssl-opt: Updated documentation. by Minos Galanakis · 6 months ago
- 36c81f5 ssl-opt: Added DSA-RSA dependency on TLS1.2 defragmentation testing. by Minos Galanakis · 6 months ago
- 74ce749 ssl-opt: Added negative tests for handshake fragmentation. by Minos Galanakis · 6 months ago
- 1c106af ssl-opt: Added handshake fragmentation tests for 4 byte fragments. by Minos Galanakis · 6 months ago
- 41782a9 ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled) by Minos Galanakis · 6 months ago
- 85fe73d ssl-opt: Added tls 1.2 tests for HS defragmentation. by Minos Galanakis · 6 months ago
- a4dde77 ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests. by Minos Galanakis · 6 months ago
- a8a298c ssl-opt: Adjusted the wording on handshake fragmentation tests. by Minos Galanakis · 6 months ago
- a1b9117 ssl-opt: Added requires_openssl_3_x to defragmentation tests. by Minos Galanakis · 6 months ago
- 270dd74 ssl-opt: Updated the keywords to look up during handshake fragmentation tests. by Minos Galanakis · 6 months ago
- 4028cfd Add missing client certificate check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- 5f21537 Test Handshake defragmentation only for TLS 1.3 only for small values by Waleed Elmelegy · 6 months ago
- a75c7e0 Add guard to handshake defragmentation tests for client certificate by Waleed Elmelegy · 6 months ago
- f162249 Add a comment to elaborate using split_send_frag in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- 61b8e2d Enforce client authentication in handshake fragmentation tests by Waleed Elmelegy · 6 months ago
- 39d83dd Remove unneeded mtu option from handshake fragmentation tests by Waleed Elmelegy · 6 months ago
- 48874b3 Add client authentication to handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- f912031 Require openssl to support TLS 1.3 in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- fccd014 Remove unnecessary string check in handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- c0118d8 Fix typo in TLS Handshake defrafmentation tests by Waleed Elmelegy · 6 months ago
- 0e0d5d4 Improve TLS handshake defragmentation tests by Waleed Elmelegy · 6 months ago
- 79a8ded Add TLS Hanshake defragmentation tests by Waleed Elmelegy · 6 months ago
- 98f348a ssl-opt.sh|compat.sh: remove references to DHE-RSA by Valerio Setti · 6 months ago
- ed44508 Merge pull request #9916 from valeriosetti/issue9688 by Ronald Cron · 6 months ago
- 0ebd6de ssl-opt.sh: remove tests forcing DHE-RSA for which have alternatives by Valerio Setti · 7 months ago
- 3b412e2 ssl-opt.sh: remove tests which are specific for DHE-RSA by Valerio Setti · 7 months ago
- 309a7ec ssl-opt.sh: adapt tests from DHE-RSA to ECDHE-RSA by Valerio Setti · 7 months ago
- 5c730c1 ssl-opt.sh: remove DHE-PSK only test cases by Valerio Setti · 7 months ago
- bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
- 4a8e8f8 Merge pull request #9666 from Harry-Ramsey/remove-obsolete-ci-scripts-development by Manuel Pégourié-Gonnard · 8 months ago
- 4ce27cb ssl-opt: CONFIGS_ENABLED list should always end with a space char. by Minos Galanakis · 8 months ago
- c6d2e4e Remove obsolete tcp_client.pl by Harry Ramsey · 10 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 11 months ago
- 7dfe7c9 Remove RSA-PSK test cases by Gilles Peskine · 11 months ago
- e7c28d6 Merge pull request #9727 from gilles-peskine-arm/use_psa_crypto-always_forced by Janos Follath · 9 months ago gh-readonly-queue/development/pr-9727-0b7faf9011cda58411a4f21ee940f196decddf1a
- 05030d4 Skip slowest FFDH tests against GnuTLS with MSan or Valgrind by Gilles Peskine · 9 months ago
- 005370f Skip "no USE_PSA" test cases in ssl-opt.sh by Gilles Peskine · 10 months ago
- fb31ebd Remove code for MBEDTLS_USE_PSA_CRYPTO disabled in ssl-opt.sh by Gilles Peskine · 10 months ago
- 5e443f9 Remove direct requirements on MBEDTLS_USE_PSA_CRYPTO in ssl-opt.sh by Gilles Peskine · 10 months ago
- f9ad830 Skip ssl_server in config-suite-b by Gilles Peskine · 11 months ago
- cc7d6ae Note known issue about test cases skipped in TLS 1.3-only builds by Gilles Peskine · 11 months ago
- 6ef5239 Compatibiliy with older OpenSSL and GnuTLS by Gilles Peskine · 11 months ago
- 6b4d693 Test dtls_server by Gilles Peskine · 11 months ago
- c83e56c Test ssl_fork_server by Gilles Peskine · 11 months ago
- 3abca95 Test ssl_pthread_server by Gilles Peskine · 11 months ago
- a21e893 Test ssl_server by Gilles Peskine · 11 months ago
- ae710c8 Test dtls_client by Gilles Peskine · 11 months ago
- 7985d45 Test ssl_client1 by Gilles Peskine · 11 months ago
- 2bc5c80 Allow test cases to use a specific port by Gilles Peskine · 11 months ago
- edc8f35 Remove obsolete requirements on middlebox compatibility mode: manual by Gilles Peskine · 11 months ago
- 671a439 Adapt middlebox compatibility tests for always-on acceptance by Gilles Peskine · 11 months ago
- 7b02c1f Avoid multiline requires_all_configs_xxx by Gilles Peskine · 11 months ago
- e3eab32 requires_certificate_authentication: prioritize TLS 1.3 by Gilles Peskine · 11 months ago
- 6e85e35 Documentation improvements by Gilles Peskine · 11 months ago
- 2dd4395 Fix detection of TLS 1.2 PSK-ephemeral key exchange modes by Gilles Peskine · 11 months ago
- 7f453bf Improve some comments by Gilles Peskine · 11 months ago
- 78df617 Remove unused auth_mode parameter on a PSK test case by Gilles Peskine · 11 months ago
- cd4fe70 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
- db26406 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
- 9d3b207 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
- 24b4303 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
- 4f09864 Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
- ae3dc17 Detect more cases where certificates are required by Gilles Peskine · 11 months ago
- 6f9952a ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
- 9404169 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
- 56ee69d Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
- 67072bf Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
- 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 95dd6f5 ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
- 7a442c9 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
- 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 18dd213 Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
- 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 2ffa53a Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 1 year ago
- 0274175 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 1 year ago
- 946d14a Fix ordering of a test case in ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year ago
- a6397f0 Add test forcing TLS 1.2 for clearer coverage by Manuel Pégourié-Gonnard · 1 year ago
- 99b57bd Merge pull request #1272 from eleuzi01/forward-1263 by Gilles Peskine · 11 months ago
- 805ac15 Merge pull request #9244 from waleed-elmelegy-arm/fix-tls13_parse_client_hello-issue by Gilles Peskine · 12 months ago
- f48bfb0 Add test cases for extKeyUsage by Elena Uziunaite · 12 months ago
- 6a04b16 Rationalize extKeyUsage tests by Elena Uziunaite · 12 months ago
- aeda1fd Use P_CLI when O_CLI's status is not reliable by Manuel Pégourié-Gonnard · 12 months ago
- 19d6d34 Rationalize keyUsage testing, round 2 by Manuel Pégourié-Gonnard · 12 months ago
- 92a391e Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
- 4956e32 Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
- 5a4c8f0 Rationalize ssl-opt tests for keyUsage by Manuel Pégourié-Gonnard · 12 months ago
- 8e70c2b Test cert alert KEY_USAGE -> UNSUPPORTED_CERT by Manuel Pégourié-Gonnard · 1 year ago
- 7ab9867 Merge pull request #9290 from sezrab/replace_MBEDTLS_MD_CAN_MD5_with_PSA_WANT by Gilles Peskine · 1 year, 1 month ago
- 8354833 Remove redundant legacy compression test by Waleed Elmelegy · 1 year, 1 month ago
- dc99c89 Improve legacy compression regression testing by Waleed Elmelegy · 1 year, 1 month ago
- b4d03cc Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
- 184c4f0 Use variable for data_files path in ssl-opt.sh by David Horstmann · 1 year, 1 month ago
- dcf18dd Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
- 0b190f1 Add regression testing to handling Legacy_compression_methods by Waleed Elmelegy · 1 year, 1 month ago
- 8121879 Reverted requires_cipher_enabled AES by Sam Berry · 1 year, 1 month ago
- bd743eb Changed some tests to use requires_cipher_enabled by Sam Berry · 1 year, 2 months ago
- d50e843 Added support for MD5 in `requires_hash_alg` by Sam Berry · 1 year, 2 months ago