diff options
-rw-r--r-- | src/regress/lib/libssl/ssl/testssl | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
53 | $ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1 | 53 | $ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1 |
54 | 54 | ||
55 | echo "Testing ciphersuites" | 55 | echo "Testing ciphersuites" |
56 | for protocol in TLSv1.2; do | 56 | for protocol in SSLv3 TLSv1.2; do |
57 | echo "Testing ciphersuites for $protocol" | 57 | echo "Testing ciphersuites for $protocol" |
58 | for cipher in `$openssl ciphers "$protocol+aRSA" | tr ':' ' '`; do | 58 | for cipher in `$openssl ciphers "$protocol+aRSA" | tr ':' ' '`; do |
59 | echo "Testing $cipher" | 59 | echo "Testing $cipher" |