summaryrefslogtreecommitdiffstats
path: root/test/testssl
AgeCommit message (Collapse)Author
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte
PR: 353
2000-03-13"openssl no-..." commands for avoiding the need to grepBodo Möller
"openssl list-standard-commands".
2000-03-13Include a timing test that works without RSA.Bodo Möller
2000-03-13Corrections.Bodo Möller
In testss, use MD5 as digest algorithm so that the resulting certificates can be used for testssl with RSA.
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller
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.
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
(including another problem in the s3_srvr.c state machine).
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller
tls1 did not survive to restarts, so get rid of it.
1999-09-03-no_dhe option for ssltest.cBodo Möller
1999-06-12BIO pairs.Bodo Möller
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall