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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a define based instruction separator in SHA assembly.
jsing
2026-05-07
9
-191
/
+219
*
Get rid of struct dtls1_retransmit_state.
jsing
2026-05-06
2
-26
/
+10
*
Avoid use of uninitialised decode_error variable.
jsing
2026-05-06
1
-10
/
+14
*
wycheproof: add regress target to ensure proper go formatting
tb
2026-05-05
1
-2
/
+5
*
openssl: centralize speed benchmark timer handling
kenjiro
2026-05-05
1
-124
/
+135
*
mlkem: also zero the failure_key
tb
2026-05-04
1
-1
/
+2
*
wycheproof.go: simplfiy for loop
tb
2026-05-04
1
-2
/
+2
*
wycheproof: go fmt
tb
2026-05-04
1
-5
/
+5
*
certs/README: fix previous: 14b should fail to verify
tb
2026-05-04
1
-1
/
+1
*
verifier: re-enable the callback override for depth
tb
2026-05-04
1
-5
/
+3
*
libcrypto: extend verify and callback regress
tb
2026-05-04
2
-4
/
+105
*
verify regress: allow setting verify depth and callback
tb
2026-05-04
2
-13
/
+38
*
cert regress: update README for tests 14a and 14b.
tb
2026-05-03
1
-0
/
+6
*
Refactor dtls1_do_write_handshake_message().
jsing
2026-04-30
1
-43
/
+44
*
Split dtls1_do_write() into handshake message and CCS handling.
jsing
2026-04-29
1
-33
/
+59
*
Avoid unnecessary lookups in dtls1_retransmit_message().
jsing
2026-04-29
1
-37
/
+6
*
Remove unused frag_off argument from dtls1_retransmit_message().
jsing
2026-04-29
1
-4
/
+3
*
Make dtls1_retransmit_message() static.
jsing
2026-04-29
2
-78
/
+76
*
Inline dtls1_fix_message_header().
jsing
2026-04-29
1
-16
/
+5
*
Convert DTLS code to ssl_msg_callback().
jsing
2026-04-29
1
-14
/
+7
*
make_addressRange: unused bits in max must be zero
tb
2026-04-26
1
-6
/
+23
*
Fix PKCS7_set_{un,}signed_attributes()
tb
2026-04-26
1
-28
/
+35
*
Add DTLS wire tests.
jsing
2026-04-25
2
-4
/
+386
*
pkcs7: drop silly use of i in PKCS7_dataVerify()
tb
2026-04-25
1
-4
/
+3
*
pkcs7: don't use i, j for NIDs in PKCS7_dataFinal()
tb
2026-04-25
1
-9
/
+7
*
pkcs7: don't use i and j for NIDs in PKCS7_dataDecode()
tb
2026-04-25
1
-6
/
+4
*
pkcs7: avoid assignment to i in PKCS7_dataInit()
tb
2026-04-25
1
-3
/
+2
*
pkcs7: Simplify PKCS7_type_is_other()
tb
2026-04-25
1
-12
/
+4
*
Add FIPS 180-4 references for SHA-256 constants.
jsing
2026-04-25
1
-1
/
+6
*
Simplify PKCS7_get_issuer_and_serial()
tb
2026-04-24
1
-9
/
+6
*
wycheproof: skip BLS test vectors to prepare for update
tb
2026-04-21
1
-1
/
+3
*
pkcs7test: factor main into a helper so we can add some unit tests easily
tb
2026-04-21
1
-3
/
+13
*
mlkem: use <openssl/mlkem.h> instead of "mlkem.h"
tb
2026-04-20
1
-2
/
+3
*
tls_keypair: add missing <limits.h>
tb
2026-04-20
1
-1
/
+3
*
ec_pmeth: fix 20yo comment: *outlen -> *keylen
tb
2026-04-20
1
-2
/
+2
*
libtls: consistently handle allocation failures
libressl-v4.3.1
libressl-v4.3.0
tb
2026-04-16
2
-6
/
+6
*
libtls: use TLS_ERROR_OUT_OF_MEMORY after malloc failure
tb
2026-04-16
1
-2
/
+2
*
libtls: use tls_error_setx() after BIO_new_mem_buf()
tb
2026-04-16
1
-2
/
+2
*
libtls: prefer x version of error setting
tb
2026-04-16
5
-17
/
+17
*
libtls: add missing length checks before BIO_new_mem_buf()
tb
2026-04-16
2
-2
/
+17
*
keypairtest: zero out tls_error before running tests
tb
2026-04-15
1
-2
/
+2
*
Prior to this we substring matched and allowed a leading .
beck
2026-04-13
3
-7
/
+75
*
Bump LibreSSL version for the release
tb
2026-04-08
1
-3
/
+3
*
Rename labellen to label_len
tb
2026-04-07
2
-24
/
+24
*
Fix NULL deref for malformed OAEP parameters in CMS decryption
tb
2026-04-07
2
-11
/
+22
*
Refactor and fix ocsp_find_signer_sk()
tb
2026-04-07
1
-12
/
+17
*
Add a few to-do items to the crl_cb()
tb
2026-04-07
1
-1
/
+6
*
Stop Delta CRL processing if a CRL number is misssing
tb
2026-04-07
1
-4
/
+8
*
x509v3.h: remove pointless #ifdef HEADER_CONF_H
tb
2026-04-06
1
-3
/
+1
*
cms_local.h: remove #ifdef X509V3_HEADER_H
tb
2026-04-06
1
-4
/
+3
[next]