]> git.ipfire.org Git - thirdparty/openssl.git/commit
Always use fixed DH parameters created with 'dhparam -C',
authorBodo Möller <bodo@openssl.org>
Fri, 10 Mar 2000 13:23:20 +0000 (13:23 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 10 Mar 2000 13:23:20 +0000 (13:23 +0000)
commite458958280c2cfaf7d9be4c87fab4a1dd59e02aa
treee52c0aed2fb546b22721f2ce819580eb4f2badf2
parentce301b6b0b69c98e4c711b09757345a165f25f94
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.
ms/test.bat
ssl/ssltest.c
test/testssl