summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssltest: drop another use of CRYPTO_mem_leaks()tb2024-03-011-2/+1
* Remove last OPENSSL_NO_ENGINE from libssl regresstb2023-11-191-7/+1
* Avoid memcmp() with NULL pointer and 0 lengthtb2023-08-151-3/+3
* Prepare the ssltest for the upcoming bumptb2023-07-271-1/+8
* Plug leak in the ssltesttb2023-07-041-1/+2
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-022-27/+25
* ssltest: Drop more policy go from this test.tb2023-04-151-357/+21
* ssltest: initial pass of dropping proxy cert gootb2023-04-151-89/+1
* Sync function prototypes and declarations to satisfy clang 15.anton2023-02-021-3/+3
* Make internal header file names consistenttb2022-11-261-2/+2
* Use the security level knob in the test script.tb2022-07-071-2/+14
* Make the ssltest security level aware.tb2022-07-071-1/+9
* Switch ssltest to using the newly generated certs that use SHA-256 insteadtb2022-07-072-8/+6
* Prepare ssltest for opaque DHtb2021-11-211-18/+39
* Fix ssltest to work with opaque EVP_PKEY.tb2021-11-181-22/+33
* Make this test compile again after the damage done in libcryptotb2021-10-311-19/+20
* Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2021-10-152-1/+4
* ssltest.c does not need param.htb2021-10-131-1/+0
* Garbage collect do_test_cipherlist().jsing2021-07-031-45/+0
* Disable some code that reaches into libssl internals.jsing2021-06-301-0/+7
* Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.jsing2020-07-141-1/+1
* Add a -tls1_2 option so we can force TLSv1.2 for testing.jsing2020-07-141-5/+9
* Remove temporary RSA keys/callbacks code.jsing2020-07-071-43/+0
* Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.jsing2020-07-071-0/+12
* Revise test to handle the fact that TLSv1.3 cipher suites are now beingjsing2020-04-091-2/+4
* Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.jsing2020-04-091-1/+1
* exitting -> exitingtb2019-04-071-1/+1
* Add automatic threading initialization for libcrypto.bcook2018-11-111-56/+0
* Remove NPN test coverage.jsing2017-08-122-129/+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
* check if openssl(1) actually works before proceedingbcook2015-09-271-0/+2
* remove e_os2.h includesbcook2015-09-131-1/+0
* Remove SSLv3 support from LibreSSL regression tests.doug2015-08-272-52/+5
* 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
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
* Add regress for ALPN.jsing2014-12-102-1/+180
* The -ssl2 flag does nothing - remove the flag and any tests that werejsing2014-12-062-34/+4
* Allow overriding the path to the testssl and openssl binaries.bcook2014-12-031-9/+9
* 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-132-3/+146
* 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-112-134/+1
* Uncompress ssltest.jsing2014-07-101-50/+0
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2