summaryrefslogtreecommitdiffstats
path: root/test/testssl
AgeCommit message (Collapse)Author
2015-03-20Add DTLS tests to make testMatt Caswell
Updated test/testssl script to include the new DTLS capability in ssltest. Reviewed-by: Emilia Käsper <emilia@openssl.org>
2014-12-04Remove SSLv2 supportKurt Roeckx
The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-08-09Test SRP authentication ciphersuites.Dr. Stephen Henson
Reviewed-by: Matt Caswell <matt@openssl.org>
2014-06-11Enable multi-block support by default.Andy Polyakov
2013-07-22Add tests for ALPN functionality.Adam Langley
Conflicts: ssl/ssltest.c
2013-06-18Cleanup of custom extension stuff.Trevor
serverinfo rejects non-empty extensions. Omit extension if no relevant serverinfo data. Improve error-handling in serverinfo callback. Cosmetic cleanups. s_client documentation. s_server documentation. SSL_CTX_serverinfo documentation. Cleaup -1 and NULL callback handling for custom extensions, add tests. Cleanup ssl_rsa.c serverinfo code. Whitespace cleanup. Improve comments in ssl.h for serverinfo. Whitespace. Cosmetic cleanup. Reject non-zero-len serverinfo extensions. Whitespace. Make it build.
2013-06-12Add support for arbitrary TLS extensions.Trevor
Contributed by Trevor Perrin.
2013-02-06Fix for EXP-RC2-CBC-MD5Adam Langley
MD5 should use little endian order. Fortunately the only ciphersuite affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which is a rarely used export grade ciphersuite. (cherry picked from commit f306b87d766e6ecf30824635c7c395b67cff9dbc)
2011-10-13use -no_ecdhe when using -no_dheBodo Möller
2011-09-05oopsBodo Möller
2011-09-05Fix session handling.Bodo Möller
2011-03-12Add SRP support.Ben Laurie
2010-09-05NPN tests.Ben Laurie
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte
PR: 353
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
2000-11-30Make it possible to test SSL compressionRichard Levitte
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