summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ssl/ssltest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exitting -> exitingtb2019-04-071-1/+1
* Add automatic threading initialization for libcrypto.bcook2018-11-111-56/+0
* Remove NPN test coverage.jsing2017-08-121-117/+1
* Treat "ERROR in STARTUP" as an actual error, rather than failing withoutjsing2017-03-041-2/+2
* Remove commented out code and fix indentation of surrounding statements.jsing2017-03-041-12/+5
* Remove handling for SSLv2.jsing2017-03-041-14/+3
* Use prime256v1 for tests unless otherwise specified.jsing2017-01-241-4/+0
* remove e_os2.h includesbcook2015-09-131-1/+0
* Remove SSLv3 support from LibreSSL regression tests.doug2015-08-271-22/+3
* Reject DH keys sent by a server if they are considered too small; inspiredmiod2015-03-081-38/+4
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-12/+0
* Add regress for ALPN.jsing2014-12-101-1/+161
* The -ssl2 flag does nothing - remove the flag and any tests that werejsing2014-12-061-5/+3
* Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutjsing2014-10-131-9/+2
* BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is nojsing2014-10-131-29/+16
* Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitjsing2014-10-131-2/+133
* More KNF.jsing2014-07-121-95/+108
* Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andjsing2014-07-121-41/+0
* Remove PSK from the ssl regress.jsing2014-07-111-118/+1
* Uncompress ssltest.jsing2014-07-101-50/+0
* Add DTLS support to ssltest and wire up some regress tests.jsing2014-06-211-7/+12
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-32/+0
* Build with WARNINGS=Yes and Werror.miod2014-06-011-11/+1
* Move ssltest.c to a regress test.jsing2014-05-241-0/+2211