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
/
libc
/
stdlib
/
recallocarray.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-07-26
tlsfuzzer: remove unnecessary semicolon
tb
1
-2
/
+2
2026-07-25
Unlock CRYPTO_LOCK_UI on ui_open_session() failure
tb
1
-3
/
+5
2026-07-22
Improve SHA-3 performance.
jsing
1
-37
/
+281
2026-07-21
bn_mul_div: use (unsigned long long) instead of (uint64_t) to print with %llu
tb
1
-2
/
+2
2026-07-17
Alberta moved to permanent -06 on 2026-06-18, update test data
millert
1
-17
/
+17
2026-07-17
Remove redundant BIO_write() length assertions in b64_write()
kenjiro
1
-3
/
+1
2026-07-17
Remove stale SECURE RENEGOTIATION reference
kenjiro
1
-5
/
+3
2026-07-16
Make dtls1_do_write_ccs() self contained.
jsing
1
-4
/
+5
2026-07-16
Clean up sequence number and message header handling.
jsing
2
-26
/
+13
2026-07-15
Check that the server selected ciphersuite is valid for use with TLSv1.2.
jsing
1
-1
/
+10
2026-07-15
Remove check for use of TLSv1.2 ciphersuites with TLSv1.1 and earlier.
jsing
1
-9
/
+1
2026-07-14
Improve name constraints URI host regress.
jsing
1
-12
/
+57
2026-07-14
Fix X.509 constraints URI host parsing.
jsing
1
-29
/
+72
2026-07-13
correspondigly -> correspondingly
tb
1
-1
/
+1
2026-07-09
Recent msgrcv(2) changes made more tests pass.
anton
1
-2
/
+1
2026-06-30
LLVM now emits calls to strlen(3) and wcslen(3). Redirect those calls to
kettenis
3
-5
/
+9
2026-06-27
Trivial check for freeaddrinfo(NULL)
jca
3
-2
/
+29
2026-06-27
Ansify usage()
jca
1
-3
/
+2
2026-06-27
K&R -> ANSI
jca
1
-9
/
+3
2026-06-26
With x509_vfy.c 1.153, the x509_crl regress passes
tb
1
-3
/
+1
2026-06-26
x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSL
tb
1
-6
/
+18
2026-06-26
x509_crl regress: enable the failing test and mark as XFAIL
tb
2
-4
/
+4
2026-06-25
Add OIDs for CCR, ErikIndex, ErikPartition, CommunityDefinition
job
2
-0
/
+10
2026-06-24
Test runs out of file descriptors. Increase ulimit number to 256.
bluhm
1
-1
/
+3
2026-06-23
Fix misleading comment in strstr(3)
tim
1
-2
/
+2
2026-06-23
Avoid shift overflow in memmem(3) and strstr(3)
tim
2
-10
/
+10
2026-06-23
With x_crl.c r1.52 the x509_crl regress passes
tb
1
-3
/
+1
2026-06-23
crl_cb(): fix EXFLAG_CRITICAL mishandling
tb
1
-2
/
+2
2026-06-23
libcrypto/x509 regress: x509_crl regress from Boring via OpenSSL #1775
tb
2
-2
/
+368
2026-06-22
x509_vfy: make a NULL check explicit
tb
1
-2
/
+2
2026-06-22
x509_vfy: remove unnecessary NULL checks before free
tb
1
-7
/
+4
2026-06-22
SSL_alert_desc_string: update manpage after change to return "!!" always
tb
1
-39
/
+36
2026-06-22
x509_vfy: another function pointer argument causing shadowing issues
tb
1
-3
/
+3
2026-06-22
bio_meth: rename function pointer arguments to avoid stdio.h shadowing
tb
1
-9
/
+9
2026-06-22
conf_api: remove a bunch of redundant parentheses
tb
1
-13
/
+14
2026-06-18
openssl-ruby-tests: prefer 40 over 34
tb
1
-4
/
+4
2026-06-18
openssl-ruby-tests: work with ruby34 and ruby40
tb
1
-4
/
+4
2026-06-14
Correct secondary key share handling for HelloRetryRequests.
jsing
1
-2
/
+12
2026-06-14
Improve TLSv1.3 server handling of no shared groups.
jsing
1
-6
/
+17
2026-06-14
Send illegal parameter alerts for various HelloRetryRequest violations.
jsing
1
-6
/
+10
2026-06-14
Improve renegotation regress.
jsing
2
-20
/
+109
2026-06-14
Mop up SSL_CTX_set_options(3).
jsing
1
-89
/
+5
2026-06-14
Remove SSL_OP_LEGACY_SERVER_CONNECT from default options.
jsing
2
-9
/
+4
2026-06-12
c2sp: also run this with openssl/4.0 if available
tb
1
-2
/
+2
2026-06-10
x509_verify: fix incorrect purpose check in the non-legacy path
tb
1
-2
/
+3
2026-06-09
Avoid freeing a caller-owned buffer in PKCS7_verify()
tb
1
-7
/
+7
2026-06-09
Add some missing bounds checks to ASN1_mbstring_copy()
tb
1
-3
/
+20
2026-06-09
Avoid out-of-bounds read in CMS password-based decryption
tb
1
-1
/
+5
2026-06-09
Avoid NULL dereference in password-based CMS decryption
tb
1
-1
/
+5
2026-06-09
ecdh: add error codes for point at infinity/not on curve
tb
1
-3
/
+7
[next]