summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/testssl7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index 3db89bdf53..e256e38b41 100644
--- a/test/testssl
+++ b/test/testssl
@@ -66,7 +66,7 @@ echo test sslv2/sslv3 via BIO pair
echo test sslv2/sslv3 w/o DHE via BIO pair
./ssltest -bio_pair -no_dhe || exit 1
-echo test sslv2/sslv3 with 1024bit DHE
+echo test sslv2/sslv3 with 1024bit DHE via BIO pair
./ssltest -bio_pair -dhe1024dsa -v || exit 1
echo test sslv2/sslv3 with server authentication
@@ -78,4 +78,9 @@ echo test sslv2/sslv3 with client authentication via BIO pair
echo test sslv2/sslv3 with both client and server authentication via BIO pair
./ssltest -bio_pair -server_auth -client_auth -CApath ../certs || exit 1
+echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
+./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -no_dhe -num 10 -f -time || exit 1
+
+echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
+./ssltest -v -bio_pair -tls1 -cert ../apps/server2.pem -dhe1024dsa -num 10 -f -time || exit 1
exit 0