From e458958280c2cfaf7d9be4c87fab4a1dd59e02aa Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Fri, 10 Mar 2000 13:23:20 +0000 Subject: Always use fixed DH parameters created with 'dhparam -C', don't dynamically create them. This allows using ssltest for approximate performance comparisons: $ time ./ssltest -num 50 -tls1 -cert ../apps/server2.pem \ [-no_dhe|-dhe1024dsa|-dhe1024] (server2.pem contains a 1024 bit RSA key, the default has only 512 bits.) Note that these timings contain both the server's and the client's computations, they are not a good indicator for server workload in different configurations. --- test/testssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testssl b/test/testssl index a88e290c57..3db89bdf53 100644 --- a/test/testssl +++ b/test/testssl @@ -67,7 +67,7 @@ echo test sslv2/sslv3 w/o DHE via BIO pair ./ssltest -bio_pair -no_dhe || exit 1 echo test sslv2/sslv3 with 1024bit DHE -./ssltest -bio_pair -dhe1024 -v || exit 1 +./ssltest -bio_pair -dhe1024dsa -v || exit 1 echo test sslv2/sslv3 with server authentication ./ssltest -bio_pair -server_auth -CApath ../certs || exit 1 -- cgit v1.2.3