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
/
lib
/
libcrypto
/
des
/
PC2
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
pkcs7test: fix thinko in fatal()
tb
1
-2
/
+2
3 days
pkcs7test: missing article
tb
1
-2
/
+2
3 days
pkcs7test: add an empty line
tb
1
-1
/
+2
3 days
spelling; ok tb@
jsg
4
-10
/
+10
4 days
PKCS7_stream: avoid out of bounds access
tb
1
-1
/
+5
4 days
Add test case causing an OOB access in PKCS7_stream
tb
1
-1
/
+61
4 days
PKCS7_stream: don't crash on omitted content
tb
1
-1
/
+15
4 days
"Stream" valid PKCS7 objects with omitted content
tb
1
-4
/
+104
4 days
NID_communityDefinition, not NID_id_ad_communityDefinition
tb
1
-1
/
+1
4 days
libssl: avoid narrowing return value in dtls1_ctrl
kenjiro
1
-2
/
+2
4 days
Make CRYPTO_cleanup_all_ex_data() a compatibility no-op
kenjiro
14
-47
/
+93
5 days
libssl: fix API misuse in legacy finished handling
tb
2
-4
/
+6
5 days
X509_STORE_CTX_get_error.3: zap extraneous if
tb
1
-2
/
+2
5 days
X509_STORE_CTX_get_error: validate chain -> validated chain (of certificates)
tb
1
-4
/
+4
5 days
libssl: ensure server selected ALPN was advertised
tb
1
-6
/
+20
5 days
tlsext: check we reject unadvertised selected protocol
tb
1
-1
/
+24
5 days
tlsext_alpn_client_process(): rename list and proto
tb
1
-8
/
+8
7 days
rsa_eay: Replace handrolled BN_bn2binpad with the real thing
tb
1
-19
/
+7
7 days
libcrypto: harden cms_kek_cipher() a bit
tb
1
-3
/
+8
8 days
Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1
beck
1
-2
/
+5
8 days
fix a double word; ok tb@
jsg
1
-3
/
+3
9 days
ICBB -> ICDB
jsg
1
-3
/
+3
9 days
grammar; a -> an
jsg
8
-24
/
+24
11 days
Make deprecation of ASN1_STRING_data(3) more prominent
tb
1
-19
/
+22
11 days
grammar; an program -> a program
jsg
1
-3
/
+3
12 days
document MALLOC_OPTIONS=D output; OK otto@
schwarze
1
-2
/
+72
13 days
RFC 8446 -> 9846
tb
1
-2
/
+2
13 days
Change RFC references from 8446 to 9846 and adjust section numbers
tb
19
-99
/
+97
13 days
SSL_get_finished: remove comment about TLSv1.0 and TLSv1.1
tb
1
-4
/
+2
13 days
Simplify handling of remaining record content on switch to legacy stack.
jsing
1
-35
/
+13
13 days
Allocate TLS 1.3 receive buffers lazily
kenjiro
1
-14
/
+7
14 days
update cert.pem based on newer mozilla ca root store, ok tb@
sthen
1
-198
/
+192
2026-08-18
s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistency
tb
1
-3
/
+5
2026-08-18
libssl: use correct alert for key_share without supported_groups
tb
1
-2
/
+2
2026-08-14
SSL_CTX_new(): fix spelling of NULL
tb
1
-3
/
+3
2026-08-11
wycheproof: recognize Cobblestone-{128,256}
tb
1
-1
/
+3
2026-08-10
hdestroy(3): stop freeing key values
daniel
2
-46
/
+3
2026-08-10
Check HMAC() return value to avoid a later use of uninitialized data
kenjiro
1
-3
/
+7
2026-08-08
switch aarch64 CPU feature detection to elf_aux_info()
naddy
1
-63
/
+19
2026-08-07
Restore the OCSP no-check extension method
kenjiro
2
-2
/
+5
2026-08-07
revert switch to elf_aux_info(); it breaks the install media
naddy
1
-19
/
+63
2026-08-05
OBJ_create: OBJ_add_objects -> OBJ_create_objects
tb
1
-2
/
+2
2026-08-05
Remove documentation of OBJ_add_object(3)
tb
1
-39
/
+14
2026-08-05
Add missing Dv macro for NI_NUMERICSERV and NI_DGRAM
claudio
1
-4
/
+4
2026-08-04
switch aarch64 CPU feature detection to elf_aux_info()
naddy
1
-63
/
+19
2026-07-31
callbackfailures: allow specifying the root certificate file
kenjiro
1
-10
/
+11
2026-07-31
Make file-local functions static
kenjiro
9
-27
/
+27
2026-07-31
Remove unused BUF_reverse()
kenjiro
1
-22
/
+1
2026-07-31
Add missing internal header includes
kenjiro
25
-25
/
+60
2026-07-29
ocspcheck: make validate_response() static, it's only used in this file
tb
1
-3
/
+2
[next]