summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* rsa_eay: Replace handrolled BN_bn2binpad with the real thingtb8 days1-19/+7
* libcrypto: harden cms_kek_cipher() a bittb8 days1-3/+8
* Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1beck8 days1-2/+5
* fix a double word; ok tb@jsg9 days1-3/+3
* grammar; a -> anjsg10 days2-6/+6
* Make deprecation of ASN1_STRING_data(3) more prominenttb12 days1-19/+22
* grammar; an program -> a programjsg12 days1-3/+3
* Change RFC references from 8446 to 9846 and adjust section numberstb13 days1-2/+2
* update cert.pem based on newer mozilla ca root store, ok tb@sthen2026-08-201-198/+192
* s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistencytb2026-08-181-3/+5
* switch aarch64 CPU feature detection to elf_aux_info()naddy2026-08-081-63/+19
* Restore the OCSP no-check extension methodkenjiro2026-08-072-2/+5
* revert switch to elf_aux_info(); it breaks the install medianaddy2026-08-071-19/+63
* OBJ_create: OBJ_add_objects -> OBJ_create_objectstb2026-08-051-2/+2
* Remove documentation of OBJ_add_object(3)tb2026-08-051-39/+14
* switch aarch64 CPU feature detection to elf_aux_info()naddy2026-08-041-63/+19
* Make file-local functions statickenjiro2026-07-315-16/+16
* Remove unused BUF_reverse()kenjiro2026-07-311-22/+1
* Add missing internal header includeskenjiro2026-07-3125-25/+60
* Unlock CRYPTO_LOCK_UI on ui_open_session() failuretb2026-07-251-3/+5
* Improve SHA-3 performance.jsing2026-07-221-37/+281
* Remove redundant BIO_write() length assertions in b64_write()kenjiro2026-07-171-3/+1
* Fix X.509 constraints URI host parsing.jsing2026-07-141-29/+72
* correspondigly -> correspondinglytb2026-07-131-1/+1
* 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