From 563f1503a83f690ac428f725057fc19be6728e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 13 Mar 2000 15:06:54 +0000 Subject: Connection timings (using ISO C function clock()). --- test/testssl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1