index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libssl
/
ssl
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-14
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.
jsing
1
-1
/
+1
2020-07-14
Add a -tls1_2 option so we can force TLSv1.2 for testing.
jsing
1
-5
/
+9
2020-07-07
Remove temporary RSA keys/callbacks code.
jsing
1
-43
/
+0
2020-07-07
Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.
jsing
1
-0
/
+12
2020-04-09
Revise test to handle the fact that TLSv1.3 cipher suites are now being
jsing
1
-2
/
+4
2020-04-09
Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.
jsing
1
-1
/
+1
2019-04-07
exitting -> exiting
tb
1
-1
/
+1
2018-11-11
Add automatic threading initialization for libcrypto.
bcook
1
-56
/
+0
2017-08-12
Remove NPN test coverage.
jsing
2
-129
/
+1
2017-03-04
Treat "ERROR in STARTUP" as an actual error, rather than failing without
jsing
1
-2
/
+2
2017-03-04
Remove commented out code and fix indentation of surrounding statements.
jsing
1
-12
/
+5
2017-03-04
Remove handling for SSLv2.
jsing
1
-14
/
+3
2017-01-24
Use prime256v1 for tests unless otherwise specified.
jsing
1
-4
/
+0
2015-09-27
check if openssl(1) actually works before proceeding
bcook
1
-0
/
+2
2015-09-13
remove e_os2.h includes
bcook
1
-1
/
+0
2015-08-27
Remove SSLv3 support from LibreSSL regression tests.
doug
2
-52
/
+5
2015-03-08
Reject DH keys sent by a server if they are considered too small; inspired
miod
1
-38
/
+4
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
1
-12
/
+0
2014-12-12
Increase cipher suite test coverage by including all cipher suites that
jsing
1
-5
/
+5
2014-12-10
Add regress for ALPN.
jsing
2
-1
/
+180
2014-12-06
The -ssl2 flag does nothing - remove the flag and any tests that were
jsing
2
-34
/
+4
2014-12-03
Allow overriding the path to the testssl and openssl binaries.
bcook
1
-9
/
+9
2014-10-13
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about
jsing
1
-9
/
+2
2014-10-13
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no
jsing
1
-29
/
+16
2014-10-13
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit
jsing
2
-3
/
+146
2014-07-12
More KNF.
jsing
1
-95
/
+108
2014-07-12
Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and
jsing
1
-41
/
+0
2014-07-11
Remove PSK from the ssl regress.
jsing
2
-134
/
+1
2014-07-10
Uncompress ssltest.
jsing
1
-50
/
+0
2014-07-08
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
1
-2
/
+2
2014-06-21
Add DTLS support to ssltest and wire up some regress tests.
jsing
2
-8
/
+41
2014-06-13
Remove support for the `opaque PRF input' extension, which draft has expired
miod
1
-32
/
+0
2014-06-01
Build with WARNINGS=Yes and Werror.
miod
2
-12
/
+4
2014-05-24
Move ssltest.c to a regress test.
jsing
3
-0
/
+2386