summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/ssl
AgeCommit message (Expand)AuthorFilesLines
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.jsing1-1/+1
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.jsing1-5/+9
2020-07-07Remove temporary RSA keys/callbacks code.jsing1-43/+0
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.jsing1-0/+12
2020-04-09Revise test to handle the fact that TLSv1.3 cipher suites are now beingjsing1-2/+4
2020-04-09Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.jsing1-1/+1
2019-04-07exitting -> exitingtb1-1/+1
2018-11-11Add automatic threading initialization for libcrypto.bcook1-56/+0
2017-08-12Remove NPN test coverage.jsing2-129/+1
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutjsing1-2/+2
2017-03-04Remove commented out code and fix indentation of surrounding statements.jsing1-12/+5
2017-03-04Remove handling for SSLv2.jsing1-14/+3
2017-01-24Use prime256v1 for tests unless otherwise specified.jsing1-4/+0
2015-09-27check if openssl(1) actually works before proceedingbcook1-0/+2
2015-09-13remove e_os2.h includesbcook1-1/+0
2015-08-27Remove SSLv3 support from LibreSSL regression tests.doug2-52/+5
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredmiod1-38/+4
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGjsing1-12/+0
2014-12-12Increase cipher suite test coverage by including all cipher suites thatjsing1-5/+5
2014-12-10Add regress for ALPN.jsing2-1/+180
2014-12-06The -ssl2 flag does nothing - remove the flag and any tests that werejsing2-34/+4
2014-12-03Allow overriding the path to the testssl and openssl binaries.bcook1-9/+9
2014-10-13Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutjsing1-9/+2
2014-10-13BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is nojsing1-29/+16
2014-10-13Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitjsing2-3/+146
2014-07-12More KNF.jsing1-95/+108
2014-07-12Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andjsing1-41/+0
2014-07-11Remove PSK from the ssl regress.jsing2-134/+1
2014-07-10Uncompress ssltest.jsing1-50/+0
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.jsing1-2/+2
2014-06-21Add DTLS support to ssltest and wire up some regress tests.jsing2-8/+41
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredmiod1-32/+0
2014-06-01Build with WARNINGS=Yes and Werror.miod2-12/+4
2014-05-24Move ssltest.c to a regress test.jsing3-0/+2386