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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a guarded .note.GNU-stack section to crypto assembly files.
jsing
2026-05-12
9
-9
/
+45
*
Slightly adjust BUGS section for X509_addr_add_range()
tb
2026-05-10
1
-2
/
+3
*
PKCS#12: fix erroneous error check in PKCS12_newpass()
tb
2026-05-09
1
-3
/
+3
*
Use uint32_t instead of SHA_LONG in the SHA-256 code.
jsing
2026-05-09
1
-22
/
+22
*
Use W rather than X for the SHA-256 message schedule.
jsing
2026-05-09
1
-83
/
+83
*
Use consistent variable names in the sha256 code.
jsing
2026-05-09
1
-67
/
+67
*
Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.
jsing
2026-05-09
1
-9
/
+3
*
Correct argument type for SHA context.
jsing
2026-05-09
1
-4
/
+4
*
Correct argument type in comments.
jsing
2026-05-09
2
-4
/
+4
*
remove bogus ifdefs; ok tb@
jsg
2026-05-08
1
-8
/
+1
*
x509_purp: fix doc comment for check_ca()
tb
2026-05-08
1
-3
/
+7
*
Use macros for global functions and objects within SHA assembly.
jsing
2026-05-07
9
-53
/
+53
*
Use defines for symbol offsets in aarch64 assembly.
jsing
2026-05-07
3
-7
/
+12
*
Use defines for text and rodata section names in SHA assembly.
jsing
2026-05-07
8
-21
/
+31
*
Use a define based instruction separator in SHA assembly.
jsing
2026-05-07
9
-191
/
+219
*
mlkem: also zero the failure_key
tb
2026-05-04
1
-1
/
+2
*
verifier: re-enable the callback override for depth
tb
2026-05-04
1
-5
/
+3
*
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
*
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
*
mlkem: use <openssl/mlkem.h> instead of "mlkem.h"
tb
2026-04-20
1
-2
/
+3
*
ec_pmeth: fix 20yo comment: *outlen -> *keylen
tb
2026-04-20
1
-2
/
+2
*
Prior to this we substring matched and allowed a leading .
beck
2026-04-13
2
-5
/
+26
*
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
*
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
*
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
*
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
1
-2
/
+2
*
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
[next]