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
commit5bd1d2b41a46cd4757fc2cecfc8592a8cbdef6df (patch)
tree2ea552c466cb2fdd1901886fd987f57a94fd3153 /src
parent5b98feac0687e91810d83a326fbad75aac4735b0 (diff)
downloadopenbsd-5bd1d2b41a46cd4757fc2cecfc8592a8cbdef6df.tar.gz
openbsd-5bd1d2b41a46cd4757fc2cecfc8592a8cbdef6df.tar.bz2
openbsd-5bd1d2b41a46cd4757fc2cecfc8592a8cbdef6df.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"