From 5bd1d2b41a46cd4757fc2cecfc8592a8cbdef6df Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 9 Apr 2020 17:27:11 +0000 Subject: Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS. --- src/regress/lib/libssl/ssl/testssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regress/lib/libssl') diff --git a/src/regress/lib/libssl/ssl/testssl b/src/regress/lib/libssl/ssl/testssl index 3563d13607..428870bb43 100644 --- a/src/regress/lib/libssl/ssl/testssl +++ b/src/regress/lib/libssl/ssl/testssl @@ -53,7 +53,7 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair an $ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1 echo "Testing ciphersuites" -for protocol in TLSv1.2; do +for protocol in SSLv3 TLSv1.2; do echo "Testing ciphersuites for $protocol" for cipher in `$openssl ciphers "$protocol+aRSA" | tr ':' ' '`; do echo "Testing $cipher" -- cgit v1.2.3-55-g6feb