summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/ssl
AgeCommit message (Expand)Author
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()Theo Buehler
2023-11-19Remove last OPENSSL_NO_ENGINE from libssl regressTheo Buehler
2023-08-15Avoid memcmp() with NULL pointer and 0 lengthTheo Buehler
2023-07-27Prepare the ssltest for the upcoming bumpTheo Buehler
2023-07-04Plug leak in the ssltestTheo Buehler
2023-07-02Disable TLS 1.0 and TLS 1.1 in libsslBob Beck
2023-04-15ssltest: Drop more policy go from this test.Theo Buehler
2023-04-15ssltest: initial pass of dropping proxy cert gooTheo Buehler
2023-02-02Sync function prototypes and declarations to satisfy clang 15.Anton Lindqvist
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-07Use the security level knob in the test script.Theo Buehler
2022-07-07Make the ssltest security level aware.Theo Buehler
2022-07-07Switch ssltest to using the newly generated certs that use SHA-256 insteadTheo Buehler
2021-11-21Prepare ssltest for opaque DHTheo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-10-31Make this test compile again after the damage done in libcryptoTheo Buehler
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.Joel Sing
2021-10-13ssltest.c does not need param.hTheo Buehler
2021-07-03Garbage collect do_test_cipherlist().Joel Sing
2021-06-30Disable some code that reaches into libssl internals.Joel Sing
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