summaryrefslogtreecommitdiff
path: root/test/testssl
diff options
context:
space:
mode:
authorbodo <bodo>2000-03-10 13:23:16 +0000
committerbodo <bodo>2000-03-10 13:23:16 +0000
commit0a84a908280f26226a4299452d15f58e2b40d96e (patch)
tree698e40ac970c6ef1606dade632a3783abd50ef6d /test/testssl
parent409e354d5305c0e4b3acaf94844450f7e8420a6f (diff)
downloadopenssl-0a84a908280f26226a4299452d15f58e2b40d96e.tar.gz
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.
Diffstat (limited to 'test/testssl')
-rw-r--r--test/testssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index a88e290c5..3db89bdf5 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