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
/
usr.bin
/
openssl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-04-24
Simplify PKCS7_get_issuer_and_serial()
tb
1
-9
/
+6
2026-04-21
wycheproof: skip BLS test vectors to prepare for update
tb
1
-1
/
+3
2026-04-21
pkcs7test: factor main into a helper so we can add some unit tests easily
tb
1
-3
/
+13
2026-04-20
mlkem: use <openssl/mlkem.h> instead of "mlkem.h"
tb
1
-2
/
+3
2026-04-20
tls_keypair: add missing <limits.h>
tb
1
-1
/
+3
2026-04-20
ec_pmeth: fix 20yo comment: *outlen -> *keylen
tb
1
-2
/
+2
2026-04-16
libtls: consistently handle allocation failures
tb
2
-6
/
+6
2026-04-16
libtls: use TLS_ERROR_OUT_OF_MEMORY after malloc failure
tb
1
-2
/
+2
2026-04-16
libtls: use tls_error_setx() after BIO_new_mem_buf()
tb
1
-2
/
+2
2026-04-16
libtls: prefer x version of error setting
tb
5
-17
/
+17
2026-04-16
libtls: add missing length checks before BIO_new_mem_buf()
tb
2
-2
/
+17
2026-04-15
keypairtest: zero out tls_error before running tests
tb
1
-2
/
+2
2026-04-13
Prior to this we substring matched and allowed a leading .
beck
3
-7
/
+75
2026-04-08
Bump LibreSSL version for the release
tb
1
-3
/
+3
2026-04-07
Rename labellen to label_len
tb
2
-24
/
+24
2026-04-07
Fix NULL deref for malformed OAEP parameters in CMS decryption
tb
2
-11
/
+22
2026-04-07
Refactor and fix ocsp_find_signer_sk()
tb
1
-12
/
+17
2026-04-07
Add a few to-do items to the crl_cb()
tb
1
-1
/
+6
2026-04-07
Stop Delta CRL processing if a CRL number is misssing
tb
1
-4
/
+8
2026-04-06
x509v3.h: remove pointless #ifdef HEADER_CONF_H
tb
1
-3
/
+1
2026-04-06
cms_local.h: remove #ifdef X509V3_HEADER_H
tb
1
-4
/
+3
2026-04-03
Remove lib/libssl/test.
jsing
53
-4409
/
+0
2026-04-03
Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.
jsing
5
-80
/
+8
2026-04-03
Ensure that we cannot negotiate TLSv1.1 or lower.
jsing
3
-13
/
+21
2026-04-03
Fix min vs max in failure output.
jsing
1
-3
/
+3
2026-04-03
Use DTLS_client_method() instead of DTLSv1_client_method().
jsing
1
-3
/
+3
2026-04-03
Remove ssl_server_legacy_first_packet()
jsing
3
-97
/
+2
2026-04-03
Mop up mac_packet.
jsing
4
-15
/
+8
2026-04-01
Adjust depth check to match change in verifier.
jsing
1
-2
/
+2
2026-04-01
Restore the previous behaviour with maximum verification depth.
jsing
1
-7
/
+7
2026-03-31
Fix an off-by-one error in the X.509 verifier depth checking.
jsing
1
-6
/
+11
2026-03-31
Add additional X.509 verifier test cases.
jsing
2
-2
/
+28
2026-03-31
Run new test certificate bundles through Go's verifier.
jsing
1
-0
/
+2
2026-03-31
Add additional certificate test bundles.
jsing
4
-0
/
+1450
2026-03-31
Generate two additional certificate test scenarios which have deep chains.
jsing
1
-0
/
+16
2026-03-30
libssl regress: adjust golden numbers for RSASSA-PSS
tb
2
-39
/
+44
2026-03-30
libssl: announce support for RSASSA-PSS signature schemes
tb
1
-1
/
+7
2026-03-30
ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSS
tb
1
-5
/
+6
2026-03-30
ssl_sigalgs: whitespace tweak
tb
1
-1
/
+2
2026-03-29
ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys
tb
1
-3
/
+7
2026-03-29
Add missing include path required to reach newly added crypto_assembly.h
anton
1
-2
/
+3
2026-03-28
Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.
jsing
6
-36
/
+12