summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* PKCS7_stream: avoid out of bounds accesstb6 days1-1/+5
* PKCS7_stream: don't crash on omitted contenttb6 days1-1/+15
* NID_communityDefinition, not NID_id_ad_communityDefinitiontb6 days1-1/+1
* Make CRYPTO_cleanup_all_ex_data() a compatibility no-opkenjiro6 days6-16/+73
* X509_STORE_CTX_get_error.3: zap extraneous iftb8 days1-2/+2
* X509_STORE_CTX_get_error: validate chain -> validated chain (of certificates)tb8 days1-4/+4
* rsa_eay: Replace handrolled BN_bn2binpad with the real thingtb9 days1-19/+7
* libcrypto: harden cms_kek_cipher() a bittb9 days1-3/+8
* Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1beck10 days1-2/+5
* fix a double word; ok tb@jsg10 days1-3/+3
* grammar; a -> anjsg12 days2-6/+6
* Make deprecation of ASN1_STRING_data(3) more prominenttb14 days1-19/+22
* grammar; an program -> a programjsg14 days1-3/+3
* Change RFC references from 8446 to 9846 and adjust section numberstb2026-08-211-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