diff options
author | jsing <> | 2020-04-09 17:27:11 +0000 |
---|---|---|
committer | jsing <> | 2020-04-09 17:27:11 +0000 |
commit | 5e806785eb03c3eea79c60e13b7eb743e022b13b (patch) | |
tree | 2ea552c466cb2fdd1901886fd987f57a94fd3153 /src/regress/lib/libssl/ssl | |
parent | 38d3c6539eba71a1443d5d303bbea0db86370657 (diff) | |
download | openbsd-5e806785eb03c3eea79c60e13b7eb743e022b13b.tar.gz openbsd-5e806785eb03c3eea79c60e13b7eb743e022b13b.tar.bz2 openbsd-5e806785eb03c3eea79c60e13b7eb743e022b13b.zip |
Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.
Diffstat (limited to 'src/regress/lib/libssl/ssl')
-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" |