index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libssl
/
ssl
Age
Commit message (
Expand
)
Author
2024-03-01
ssltest: drop another use of CRYPTO_mem_leaks()
Theo Buehler
2023-11-19
Remove last OPENSSL_NO_ENGINE from libssl regress
Theo Buehler
2023-08-15
Avoid memcmp() with NULL pointer and 0 length
Theo Buehler
2023-07-27
Prepare the ssltest for the upcoming bump
Theo Buehler
2023-07-04
Plug leak in the ssltest
Theo Buehler
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2023-04-15
ssltest: Drop more policy go from this test.
Theo Buehler
2023-04-15
ssltest: initial pass of dropping proxy cert goo
Theo Buehler
2023-02-02
Sync function prototypes and declarations to satisfy clang 15.
Anton Lindqvist
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-07-07
Use the security level knob in the test script.
Theo Buehler
2022-07-07
Make the ssltest security level aware.
Theo Buehler
2022-07-07
Switch ssltest to using the newly generated certs that use SHA-256 instead
Theo Buehler
2021-11-21
Prepare ssltest for opaque DH
Theo Buehler
2021-11-18
Fix ssltest to work with opaque EVP_PKEY.
Theo Buehler
2021-10-31
Make this test compile again after the damage done in libcrypto
Theo Buehler
2021-10-15
Pull in ssl_locl.h so that we can keep reaching into libssl internals.
Joel Sing
2021-10-13
ssltest.c does not need param.h
Theo Buehler
2021-07-03
Garbage collect do_test_cipherlist().
Joel Sing
2021-06-30
Disable some code that reaches into libssl internals.
Joel Sing
2020-07-14
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.
Joel Sing
2020-07-14
Add a -tls1_2 option so we can force TLSv1.2 for testing.
Joel Sing
2020-07-07
Remove temporary RSA keys/callbacks code.
Joel Sing
2020-07-07
Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.
Joel Sing
2020-04-09
Revise test to handle the fact that TLSv1.3 cipher suites are now being
Joel Sing
2020-04-09
Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.
Joel Sing
2019-04-07
exitting -> exiting
Theo Buehler
2018-11-11
Add automatic threading initialization for libcrypto.
Brent Cook
2017-08-12
Remove NPN test coverage.
Joel Sing
2017-03-04
Treat "ERROR in STARTUP" as an actual error, rather than failing without
Joel Sing
2017-03-04
Remove commented out code and fix indentation of surrounding statements.
Joel Sing
2017-03-04
Remove handling for SSLv2.
Joel Sing
2017-01-24
Use prime256v1 for tests unless otherwise specified.
Joel Sing
2015-09-27
check if openssl(1) actually works before proceeding
Brent Cook
2015-09-13
remove e_os2.h includes
Brent Cook
2015-08-27
Remove SSLv3 support from LibreSSL regression tests.
Doug Hogan
2015-03-08
Reject DH keys sent by a server if they are considered too small; inspired
Miod Vallat
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
Joel Sing
2014-12-12
Increase cipher suite test coverage by including all cipher suites that
Joel Sing
2014-12-10
Add regress for ALPN.
Joel Sing
2014-12-06
The -ssl2 flag does nothing - remove the flag and any tests that were
Joel Sing
2014-12-03
Allow overriding the path to the testssl and openssl binaries.
Brent Cook
2014-10-13
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about
Joel Sing
2014-10-13
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no
Joel Sing
2014-10-13
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit
Joel Sing
2014-07-12
More KNF.
Joel Sing
2014-07-12
Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and
Joel Sing
2014-07-11
Remove PSK from the ssl regress.
Joel Sing
2014-07-10
Uncompress ssltest.
Joel Sing
2014-07-08
Include -DLIBRESSL_INTERNAL in regress makefiles.
Joel Sing
[next]