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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove lib/libssl/test.
jsing
2026-04-03
53
-4409
/
+0
*
Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.
jsing
2026-04-03
5
-80
/
+8
*
Ensure that we cannot negotiate TLSv1.1 or lower.
jsing
2026-04-03
3
-13
/
+21
*
Remove ssl_server_legacy_first_packet()
jsing
2026-04-03
3
-97
/
+2
*
Mop up mac_packet.
jsing
2026-04-03
4
-15
/
+8
*
Restore the previous behaviour with maximum verification depth.
jsing
2026-04-01
1
-7
/
+7
*
Fix an off-by-one error in the X.509 verifier depth checking.
jsing
2026-03-31
1
-6
/
+11
*
libssl: announce support for RSASSA-PSS signature schemes
tb
2026-03-30
1
-1
/
+7
*
ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSS
tb
2026-03-30
1
-5
/
+6
*
ssl_sigalgs: whitespace tweak
tb
2026-03-30
1
-1
/
+2
*
ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys
tb
2026-03-29
1
-3
/
+7
*
Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.
jsing
2026-03-28
6
-36
/
+12
*
Provide a crypto_assembly.h internal header.
jsing
2026-03-28
1
-0
/
+30
*
libtls: const workarounds for X509_NAME in OCSP for OpenSSL 4
tb
2026-03-28
1
-4
/
+5
*
libtls: simple cases of const for X509_NAME *
tb
2026-03-28
2
-6
/
+6
*
sync with Mozilla root CA store, ok tb@
sthen
2026-03-18
1
-174
/
+42
*
libcrypto: prefix EC_KEY methods with ec_key_
tb
2026-03-18
5
-100
/
+31
*
Move ECDSA_SIG_st definition to its only consumer, ecdsa.c
tb
2026-03-16
2
-7
/
+7
*
Fix BIO_get_mem_data(3) return value documentation
tb
2026-03-10
1
-3
/
+18
*
use the "e" flag with fopen() for O_CLOEXEC; ok tb
deraadt
2026-03-10
1
-3
/
+3
*
use O_CLOEXEC; ok tb
deraadt
2026-03-10
3
-6
/
+6
*
Use __pledge_open(2) for files that libc urgently needs even in lower
deraadt
2026-03-10
2
-10
/
+29
*
mlkem: use timingsafe_memcmp() in decapsulation
kenjiro
2026-03-06
1
-2
/
+2
*
a_bitstr.c: fix includes
tb
2026-02-08
1
-3
/
+5
*
More ec_point_cmp() turd polishing
tb
2026-02-08
1
-45
/
+46
*
Make truncation in ASN1_BIT_STRING_set_bit() explicit
tb
2026-02-08
1
-9
/
+43
*
replace buggy strncmp with strcmp found with clang-tidy
bcook
2026-02-07
1
-2
/
+2
*
EVP_SealInit.3: fix RETURN VALUES section
tb
2026-01-30
1
-2
/
+12
*
EVP_OpenInit.3: fix RETURN VALUES section
tb
2026-01-30
1
-6
/
+4
*
EVP_SealInit(): clear random key on exit
tb
2026-01-30
1
-2
/
+4
*
EVP_{Open,Seal}Init(): remove redundant EVP_CIPHER_CTX_reset() calls
tb
2026-01-30
1
-5
/
+1
*
EVP_SealInit(): minor cleanup.
tb
2026-01-30
1
-11
/
+25
*
EVP_SealInit: do not return -1 on error
tb
2026-01-30
1
-2
/
+2
*
EVP_OpenInit(): minor cleanup
tb
2026-01-30
1
-9
/
+16
*
Avoid type confusion in the timestamp response parsing
tb
2026-01-27
1
-1
/
+3
*
Avoid type confusion in PKCS#12 parsing
tb
2026-01-27
1
-3
/
+9
*
Add NULL pointer check to PKCS12_item_decrypt_d2i()
tb
2026-01-27
1
-1
/
+6
*
Make SHA aarch64 assembly build with gcc.
jsing
2026-01-25
3
-55
/
+72
*
Tidy instruction separators in SHA assembly.
jsing
2026-01-24
7
-113
/
+113
*
DH_check: teach this DoS vector about RFC 7919 primes
tb
2026-01-23
1
-1
/
+6
*
bn_const: add RFC 7919 primes
tb
2026-01-23
2
-2
/
+300
*
Scapy special for DH_check()
tb
2026-01-23
1
-2
/
+60
*
Rewrite ec_point_cmp()
tb
2026-01-18
1
-59
/
+97
*
mlkem: fix mklem_{generate_key,encap}_external_entropy() declarations
tb
2026-01-18
1
-5
/
+3
*
mlkem: garbage collect the unusd mlkem_{generate_key,encap}()
tb
2026-01-18
2
-58
/
+2
*
Provide LIBRESSL_USE_.*_ASSEMBLY defines.
jsing
2026-01-17
17
-31
/
+104
[next]