summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/ssl
AgeCommit message (Expand)Author
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.Joel Sing
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.Joel Sing
2020-07-07Remove temporary RSA keys/callbacks code.Joel Sing
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.Joel Sing
2020-04-09Revise test to handle the fact that TLSv1.3 cipher suites are now beingJoel Sing
2020-04-09Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.Joel Sing
2019-04-07exitting -> exitingTheo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2017-08-12Remove NPN test coverage.Joel Sing
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutJoel Sing
2017-03-04Remove commented out code and fix indentation of surrounding statements.Joel Sing
2017-03-04Remove handling for SSLv2.Joel Sing
2017-01-24Use prime256v1 for tests unless otherwise specified.Joel Sing
2015-09-27check if openssl(1) actually works before proceedingBrent Cook
2015-09-13remove e_os2.h includesBrent Cook
2015-08-27Remove SSLv3 support from LibreSSL regression tests.Doug Hogan
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredMiod Vallat
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-12Increase cipher suite test coverage by including all cipher suites thatJoel Sing
2014-12-10Add regress for ALPN.Joel Sing
2014-12-06The -ssl2 flag does nothing - remove the flag and any tests that wereJoel Sing
2014-12-03Allow overriding the path to the testssl and openssl binaries.Brent Cook
2014-10-13Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutJoel Sing
2014-10-13BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is noJoel Sing
2014-10-13Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitJoel Sing
2014-07-12More KNF.Joel Sing
2014-07-12Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andJoel Sing
2014-07-11Remove PSK from the ssl regress.Joel Sing
2014-07-10Uncompress ssltest.Joel Sing
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
2014-06-21Add DTLS support to ssltest and wire up some regress tests.Joel Sing
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-01Build with WARNINGS=Yes and Werror.Miod Vallat
2014-05-24Move ssltest.c to a regress test.Joel Sing