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
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
2014-06-21
Add DTLS support to ssltest and wire up some regress tests.
Joel Sing
2014-06-13
Remove support for the `opaque PRF input' extension, which draft has expired
Miod Vallat
2014-06-01
Build with WARNINGS=Yes and Werror.
Miod Vallat
2014-05-24
Move ssltest.c to a regress test.
Joel Sing