diff options
author | 2020-04-09 17:27:11 +0000 | |
---|---|---|
committer | 2020-04-09 17:27:11 +0000 | |
commit | 6a37ed6a61b727081f280b6967ef90bb634ac940 (patch) | |
tree | bee644ac44967b873ced945c5fa6ba554819e560 | |
parent | Tidy line wrapping and remove an extra blank line. (diff) | |
download | wireguard-openbsd-6a37ed6a61b727081f280b6967ef90bb634ac940.tar.xz wireguard-openbsd-6a37ed6a61b727081f280b6967ef90bb634ac940.zip |
Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.
-rw-r--r-- | regress/lib/libssl/ssl/testssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libssl/ssl/testssl b/regress/lib/libssl/ssl/testssl index 3563d13607e..428870bb431 100644 --- a/regress/lib/libssl/ssl/testssl +++ b/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" |