summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a guarded .note.GNU-stack section to crypto assembly files.jsing2026-05-129-9/+45
* Slightly adjust BUGS section for X509_addr_add_range()tb2026-05-101-2/+3
* PKCS#12: fix erroneous error check in PKCS12_newpass()tb2026-05-091-3/+3
* Use uint32_t instead of SHA_LONG in the SHA-256 code.jsing2026-05-091-22/+22
* Use W rather than X for the SHA-256 message schedule.jsing2026-05-091-83/+83
* Use consistent variable names in the sha256 code.jsing2026-05-091-67/+67
* Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.jsing2026-05-091-9/+3
* Correct argument type for SHA context.jsing2026-05-091-4/+4
* Correct argument type in comments.jsing2026-05-092-4/+4
* remove bogus ifdefs; ok tb@jsg2026-05-081-8/+1
* x509_purp: fix doc comment for check_ca()tb2026-05-081-3/+7
* Use macros for global functions and objects within SHA assembly.jsing2026-05-079-53/+53
* Use defines for symbol offsets in aarch64 assembly.jsing2026-05-073-7/+12
* Use defines for text and rodata section names in SHA assembly.jsing2026-05-078-21/+31
* Use a define based instruction separator in SHA assembly.jsing2026-05-079-191/+219
* mlkem: also zero the failure_keytb2026-05-041-1/+2
* verifier: re-enable the callback override for depthtb2026-05-041-5/+3
* make_addressRange: unused bits in max must be zerotb2026-04-261-6/+23
* Fix PKCS7_set_{un,}signed_attributes()tb2026-04-261-28/+35
* pkcs7: drop silly use of i in PKCS7_dataVerify()tb2026-04-251-4/+3
* pkcs7: don't use i, j for NIDs in PKCS7_dataFinal()tb2026-04-251-9/+7
* pkcs7: don't use i and j for NIDs in PKCS7_dataDecode()tb2026-04-251-6/+4
* pkcs7: avoid assignment to i in PKCS7_dataInit()tb2026-04-251-3/+2
* pkcs7: Simplify PKCS7_type_is_other()tb2026-04-251-12/+4
* Add FIPS 180-4 references for SHA-256 constants.jsing2026-04-251-1/+6
* Simplify PKCS7_get_issuer_and_serial()tb2026-04-241-9/+6
* mlkem: use <openssl/mlkem.h> instead of "mlkem.h"tb2026-04-201-2/+3
* ec_pmeth: fix 20yo comment: *outlen -> *keylentb2026-04-201-2/+2
* Prior to this we substring matched and allowed a leading .beck2026-04-132-5/+26
* Bump LibreSSL version for the releasetb2026-04-081-3/+3
* Rename labellen to label_lentb2026-04-072-24/+24
* Fix NULL deref for malformed OAEP parameters in CMS decryptiontb2026-04-072-11/+22
* Refactor and fix ocsp_find_signer_sk()tb2026-04-071-12/+17
* Add a few to-do items to the crl_cb()tb2026-04-071-1/+6
* Stop Delta CRL processing if a CRL number is misssingtb2026-04-071-4/+8
* x509v3.h: remove pointless #ifdef HEADER_CONF_Htb2026-04-061-3/+1
* cms_local.h: remove #ifdef X509V3_HEADER_Htb2026-04-061-4/+3
* Restore the previous behaviour with maximum verification depth.jsing2026-04-011-7/+7
* Fix an off-by-one error in the X.509 verifier depth checking.jsing2026-03-311-6/+11
* ML-KEM: ensure that key_768 is only dereferenced with 768-bit keystb2026-03-291-3/+7
* Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.jsing2026-03-286-36/+12
* Provide a crypto_assembly.h internal header.jsing2026-03-281-0/+30
* sync with Mozilla root CA store, ok tb@sthen2026-03-181-174/+42
* libcrypto: prefix EC_KEY methods with ec_key_tb2026-03-185-100/+31
* Move ECDSA_SIG_st definition to its only consumer, ecdsa.ctb2026-03-162-7/+7
* Fix BIO_get_mem_data(3) return value documentationtb2026-03-101-3/+18
* use the "e" flag with fopen() for O_CLOEXEC; ok tbderaadt2026-03-101-3/+3
* use O_CLOEXEC; ok tbderaadt2026-03-101-2/+2
* mlkem: use timingsafe_memcmp() in decapsulationkenjiro2026-03-061-2/+2
* a_bitstr.c: fix includestb2026-02-081-3/+5