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
OPENBSD_7_7
OPENBSD_7_8
OPENBSD_7_9
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tlsfuzzer: whitespace tweaks
tb
2026-07-26
1
-4
/
+5
*
tlsfuzzer: remove unnecessary semicolon
tb
2026-07-26
1
-2
/
+2
*
openssl-ruby-tests: prefer 40 over 34
tb
2026-06-18
1
-4
/
+4
*
openssl-ruby-tests: work with ruby34 and ruby40
tb
2026-06-18
1
-4
/
+4
*
Improve renegotation regress.
jsing
2026-06-14
2
-20
/
+109
*
ssl_kex: exercise an invalid point as well
tb
2026-06-09
1
-1
/
+34
*
ssl_kex: ensure decode_error alert is raised
tb
2026-06-09
1
-1
/
+13
*
The ssl_kex regress now passes.
tb
2026-06-08
1
-3
/
+1
*
Adjust ssl_kex test for signature change in ssl_kex_peer_public_ecdhe_ecp()
tb
2026-06-08
1
-5
/
+10
*
regress/libssl/unit: add a currently failing test for ECDHE kex
tb
2026-06-08
2
-1
/
+166
*
Add regress tests for DTLS handshake messages.
jsing
2026-06-06
2
-1
/
+375
*
Add DTLS wire tests.
jsing
2026-04-25
2
-4
/
+386
*
Fix min vs max in failure output.
jsing
2026-04-03
1
-3
/
+3
*
Use DTLS_client_method() instead of DTLSv1_client_method().
jsing
2026-04-03
1
-3
/
+3
*
libssl regress: adjust golden numbers for RSASSA-PSS
tb
2026-03-30
2
-39
/
+44
*
Hook up X25519MKLEM768 to the TLS 1.3 handshake
beck
2025-12-04
1
-27
/
+333
*
Add a MLKEM768_X25519 hybrid key share.
beck
2025-12-04
1
-5
/
+5
*
Add some regress coverage for SSL_SESSION_dup()
tb
2025-10-24
1
-2
/
+22
*
The ssl_verify_param.c test can now link dynamically against libcrypto
tb
2025-10-24
1
-3
/
+1
*
Use X509_VERIFY_PARAM_get_hostflags() prototype from x509_vfy.h
tb
2025-10-24
1
-3
/
+2
*
const correct X509_VERIFY_PARAM_get_hostflags()
tb
2025-10-10
1
-2
/
+2
*
Retire interop tests with OpenSSL 3.3 and 3.4
tb
2025-07-25
9
-141
/
+11
*
libcrypto regress: add interop harness for openssl/3.5
tb
2025-07-09
8
-10
/
+75
*
openssl-ruby-tests: prepare for ruby default switch to 3.4
tb
2025-06-27
1
-4
/
+4
*
sync anton's fix for OpenSSL 3.3 interop to 3.4
tb
2025-06-23
1
-2
/
+2
*
OpenSSL is linked against pthread by now; ok tb@
anton
2025-06-23
1
-2
/
+2
*
tlsfuzzer: adjust test filenames to upstream churn.
tb
2025-06-15
1
-154
/
+154
*
openssl-ruby/Makefile: zap trailing whitespace added in previous
tb
2025-05-31
1
-2
/
+2
*
Add the ability to run individual ruby ssl test for figuring out
beck
2025-05-23
1
-1
/
+16
*
Improve the pqueue test
tb
2025-05-04
3
-48
/
+57
*
Verify that the selected key share is indeed group 29
tb
2025-05-03
1
-1
/
+6
*
tlsexttest: remove check that clients receive SNI before ALPN
tb
2025-04-30
1
-33
/
+3
*
Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
2025-03-12
1
-1
/
+56
*
Improve detection and handling of alerts in renegotiation regress.
jsing
2025-02-01
1
-23
/
+76
*
Hook renegotiation regress.
jsing
2025-02-01
1
-1
/
+2
*
Fix certificate paths.
jsing
2025-02-01
1
-4
/
+4
*
Add regress coverage for TLS renegotiation.
jsing
2025-02-01
2
-0
/
+560
*
Interop tests for openssl 3.3 and 3.4, retire 3.2, 1.1 (and 3.1 remnants)
tb
2025-01-15
12
-191
/
+130
*
Suppress warning noise from deprecated OpenSSL API
tb
2024-10-22
1
-1
/
+2
*
rust-openssl: set resolver="2" for workspace
tb
2024-10-15
1
-0
/
+1
*
Enable large number of extension tests and stop skippking QUIC transport
tb
2024-09-18
1
-8
/
+3
*
tlsfuzzer: add a start-server convenience target for interactive testing
tb
2024-09-17
1
-2
/
+6
*
tlsfuzzer: grammar fix missed in previous
tb
2024-09-14
1
-2
/
+2
*
typo: troups -> groups
tb
2024-09-13
1
-2
/
+2
*
parametes -> parameters
tb
2024-09-11
1
-2
/
+2
*
Futhermore -> Furthermore
tb
2024-09-07
1
-2
/
+2
*
Prepare for an upcoming tlsfuzzer test that expects decode_error
tb
2024-09-06
1
-2
/
+5
*
Update for OPENSSL_cpu_caps() now being machine independent.
jsing
2024-08-31
3
-17
/
+5
*
Undo workaround for EVP_PKEY_*check() removal
tb
2024-08-31
1
-3
/
+2
*
Disable hmac and pkey_ec tests until after the bump
tb
2024-08-29
1
-2
/
+3
[next]