summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 15:06:54 +0000
committerBodo Möller <bodo@openssl.org>2000-03-13 15:06:54 +0000
commit563f1503a83f690ac428f725057fc19be6728e9e (patch)
tree9e157646fabb98522b7627dac0bf93694ac4d237 /test/testssl
parent88f17a5e989b1ba64a9ea3b1cc80eaef2aa266f9 (diff)
downloadopenssl-new-563f1503a83f690ac428f725057fc19be6728e9e.tar.gz
Connection timings (using ISO C function clock()).
Diffstat (limited to 'test/testssl')
-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