summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSLtb2026-06-261-6/+18
* Add OIDs for CCR, ErikIndex, ErikPartition, CommunityDefinitionjob2026-06-252-0/+10
* crl_cb(): fix EXFLAG_CRITICAL mishandlingtb2026-06-231-2/+2
* x509_vfy: make a NULL check explicittb2026-06-221-2/+2
* x509_vfy: remove unnecessary NULL checks before freetb2026-06-221-7/+4
* x509_vfy: another function pointer argument causing shadowing issuestb2026-06-221-3/+3
* bio_meth: rename function pointer arguments to avoid stdio.h shadowingtb2026-06-221-9/+9
* conf_api: remove a bunch of redundant parenthesestb2026-06-221-13/+14
* x509_verify: fix incorrect purpose check in the non-legacy pathtb2026-06-101-2/+3
* Avoid freeing a caller-owned buffer in PKCS7_verify()tb2026-06-091-7/+7
* Add some missing bounds checks to ASN1_mbstring_copy()tb2026-06-091-3/+20
* Avoid out-of-bounds read in CMS password-based decryptiontb2026-06-091-1/+5
* Avoid NULL dereference in password-based CMS decryptiontb2026-06-091-1/+5
* ecdh: add error codes for point at infinity/not on curvetb2026-06-091-3/+7
* Fix strange error check in EC_POINT_get_affine_coordinatestb2026-06-091-2/+2
* Add a point at infinity check to ecdh_compute_key()tb2026-06-081-1/+4
* ec_convert: point_conversion_t -> point_conversion_form_t in a commenttb2026-06-071-3/+3
* remove '#undef _' added for Windows CEjsg2026-05-191-5/+1
* libcrypto/ui: mechanically rename the union _ into utb2026-05-191-29/+29
* libcrypto/ui: move ui_string_st to ui_lib.c. It's only used there.tb2026-05-192-35/+35
* x509_addr: do not call memcmp() on NULLtb2026-05-181-5/+5
* x509_prn: zap more than useless commentstb2026-05-161-8/+1
* x509_prn: hoist unknown_ext_print() above its only caller; drop prototypetb2026-05-161-29/+25
* asn1_print_obstring_ctx: cast to const char * rather than char *tb2026-05-161-2/+2
* unknown_ext_print: avoid casting away consttb2026-05-161-2/+2
* Ensure X509V3_EXT_print() only returns 0 and 1tb2026-05-161-3/+3
* remove unused ssleay.cnf file; ok tb@jsg2026-05-161-78/+0
* ASN1{,_parse}_dump: document return value 2 on EOCtb2026-05-161-3/+7
* BIO_dump: Xr BIO_printf rather than BIO_write/fwritetb2026-05-161-6/+4
* Sync cert.pem with mozilla roots; quite a few CA certificates weresthen2026-05-141-1146/+1
* 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