index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libssl
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ssltest: drop another use of CRYPTO_mem_leaks()
tb
2024-03-01
1
-2
/
+1
*
Remove last OPENSSL_NO_ENGINE from libssl regress
tb
2023-11-19
1
-7
/
+1
*
Avoid memcmp() with NULL pointer and 0 length
tb
2023-08-15
1
-3
/
+3
*
Prepare the ssltest for the upcoming bump
tb
2023-07-27
1
-1
/
+8
*
Plug leak in the ssltest
tb
2023-07-04
1
-1
/
+2
*
Disable TLS 1.0 and TLS 1.1 in libssl
beck
2023-07-02
2
-27
/
+25
*
ssltest: Drop more policy go from this test.
tb
2023-04-15
1
-357
/
+21
*
ssltest: initial pass of dropping proxy cert goo
tb
2023-04-15
1
-89
/
+1
*
Sync function prototypes and declarations to satisfy clang 15.
anton
2023-02-02
1
-3
/
+3
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Use the security level knob in the test script.
tb
2022-07-07
1
-2
/
+14
*
Make the ssltest security level aware.
tb
2022-07-07
1
-1
/
+9
*
Switch ssltest to using the newly generated certs that use SHA-256 instead
tb
2022-07-07
2
-8
/
+6
*
Prepare ssltest for opaque DH
tb
2021-11-21
1
-18
/
+39
*
Fix ssltest to work with opaque EVP_PKEY.
tb
2021-11-18
1
-22
/
+33
*
Make this test compile again after the damage done in libcrypto
tb
2021-10-31
1
-19
/
+20
*
Pull in ssl_locl.h so that we can keep reaching into libssl internals.
jsing
2021-10-15
2
-1
/
+4
*
ssltest.c does not need param.h
tb
2021-10-13
1
-1
/
+0
*
Garbage collect do_test_cipherlist().
jsing
2021-07-03
1
-45
/
+0
*
Disable some code that reaches into libssl internals.
jsing
2021-06-30
1
-0
/
+7
*
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.
jsing
2020-07-14
1
-1
/
+1
*
Add a -tls1_2 option so we can force TLSv1.2 for testing.
jsing
2020-07-14
1
-5
/
+9
*
Remove temporary RSA keys/callbacks code.
jsing
2020-07-07
1
-43
/
+0
*
Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.
jsing
2020-07-07
1
-0
/
+12
*
Revise test to handle the fact that TLSv1.3 cipher suites are now being
jsing
2020-04-09
1
-2
/
+4
*
Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.
jsing
2020-04-09
1
-1
/
+1
*
exitting -> exiting
tb
2019-04-07
1
-1
/
+1
*
Add automatic threading initialization for libcrypto.
bcook
2018-11-11
1
-56
/
+0
*
Remove NPN test coverage.
jsing
2017-08-12
2
-129
/
+1
*
Treat "ERROR in STARTUP" as an actual error, rather than failing without
jsing
2017-03-04
1
-2
/
+2
*
Remove commented out code and fix indentation of surrounding statements.
jsing
2017-03-04
1
-12
/
+5
*
Remove handling for SSLv2.
jsing
2017-03-04
1
-14
/
+3
*
Use prime256v1 for tests unless otherwise specified.
jsing
2017-01-24
1
-4
/
+0
*
check if openssl(1) actually works before proceeding
bcook
2015-09-27
1
-0
/
+2
*
remove e_os2.h includes
bcook
2015-09-13
1
-1
/
+0
*
Remove SSLv3 support from LibreSSL regression tests.
doug
2015-08-27
2
-52
/
+5
*
Reject DH keys sent by a server if they are considered too small; inspired
miod
2015-03-08
1
-38
/
+4
*
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
2014-12-14
1
-12
/
+0
*
Increase cipher suite test coverage by including all cipher suites that
jsing
2014-12-12
1
-5
/
+5
*
Add regress for ALPN.
jsing
2014-12-10
2
-1
/
+180
*
The -ssl2 flag does nothing - remove the flag and any tests that were
jsing
2014-12-06
2
-34
/
+4
*
Allow overriding the path to the testssl and openssl binaries.
bcook
2014-12-03
1
-9
/
+9
*
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about
jsing
2014-10-13
1
-9
/
+2
*
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no
jsing
2014-10-13
1
-29
/
+16
*
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit
jsing
2014-10-13
2
-3
/
+146
*
More KNF.
jsing
2014-07-12
1
-95
/
+108
*
Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and
jsing
2014-07-12
1
-41
/
+0
*
Remove PSK from the ssl regress.
jsing
2014-07-11
2
-134
/
+1
*
Uncompress ssltest.
jsing
2014-07-10
1
-50
/
+0
*
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
2014-07-08
1
-2
/
+2
[next]