summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-04-09 17:27:11 +0000
committerjsing <>2020-04-09 17:27:11 +0000
commit5e806785eb03c3eea79c60e13b7eb743e022b13b (patch)
tree2ea552c466cb2fdd1901886fd987f57a94fd3153 /src
parent38d3c6539eba71a1443d5d303bbea0db86370657 (diff)
downloadopenbsd-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')
-rw-r--r--src/regress/lib/libssl/ssl/testssl2
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
55echo "Testing ciphersuites" 55echo "Testing ciphersuites"
56for protocol in TLSv1.2; do 56for 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"