summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ssl/testssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/ssl/testssl')
-rw-r--r--src/regress/lib/libssl/ssl/testssl30
1 files changed, 1 insertions, 29 deletions
diff --git a/src/regress/lib/libssl/ssl/testssl b/src/regress/lib/libssl/ssl/testssl
index ff63ce1e44..a8ecab263e 100644
--- a/src/regress/lib/libssl/ssl/testssl
+++ b/src/regress/lib/libssl/ssl/testssl
@@ -15,20 +15,6 @@ fi
15 15
16############################################################################# 16#############################################################################
17 17
18echo test sslv2
19$ssltest -ssl2 $extra || exit 1
20
21echo test sslv2 with server authentication
22$ssltest -ssl2 -server_auth $CA $extra || exit 1
23
24if [ $dsa_cert = NO ]; then
25 echo test sslv2 with client authentication
26 $ssltest -ssl2 -client_auth $CA $extra || exit 1
27
28 echo test sslv2 with both client and server authentication
29 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
30fi
31
32echo test sslv3 18echo test sslv3
33$ssltest -ssl3 $extra || exit 1 19$ssltest -ssl3 $extra || exit 1
34 20
@@ -53,20 +39,6 @@ $ssltest -client_auth $CA $extra || exit 1
53echo test sslv2/sslv3 with both client and server authentication 39echo test sslv2/sslv3 with both client and server authentication
54$ssltest -server_auth -client_auth $CA $extra || exit 1 40$ssltest -server_auth -client_auth $CA $extra || exit 1
55 41
56echo test sslv2 via BIO pair
57$ssltest -bio_pair -ssl2 $extra || exit 1
58
59echo test sslv2 with server authentication via BIO pair
60$ssltest -bio_pair -ssl2 -server_auth $CA $extra || exit 1
61
62if [ $dsa_cert = NO ]; then
63 echo test sslv2 with client authentication via BIO pair
64 $ssltest -bio_pair -ssl2 -client_auth $CA $extra || exit 1
65
66 echo test sslv2 with both client and server authentication via BIO pair
67 $ssltest -bio_pair -ssl2 -server_auth -client_auth $CA $extra || exit 1
68fi
69
70echo test sslv3 via BIO pair 42echo test sslv3 via BIO pair
71$ssltest -bio_pair -ssl3 $extra || exit 1 43$ssltest -bio_pair -ssl3 $extra || exit 1
72 44
@@ -103,7 +75,7 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair an
103$ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1 75$ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
104 76
105echo "Testing ciphersuites" 77echo "Testing ciphersuites"
106for protocol in TLSv1.2 SSLv3; do 78for protocol in SSLv3 TLSv1.2; do
107 echo "Testing ciphersuites for $protocol" 79 echo "Testing ciphersuites for $protocol"
108 for cipher in `$openssl ciphers "RSA+$protocol" | tr ':' ' '`; do 80 for cipher in `$openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
109 echo "Testing $cipher" 81 echo "Testing $cipher"