summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio.h (unfollow)
Commit message (Expand)AuthorFilesLines
11 daysRemove mention of X509_NAME_print(3) in the docstb3-46/+13
12 daysec_asn1_test: Prepare for upcoming bumptb2-8/+11
12 daysAdjust signature of CRYPTO_set_mem_functions and remove _get_ docstb1-23/+5
12 daysRename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb2-4/+4
12 daysRemove EC_POINT_method_of() docstb1-19/+1
12 daysRemove X509_OBJECT_free_contets() docstb1-20/+3
12 daysRemove X509_OBJECT_up_ref_count() documentationtb1-23/+2
12 daysRemove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb1-53/+1
12 daysRemove EC_POINTs_{make_affine,mul}() docstb1-67/+2
12 daysRemove EC_GROUP_{,have_}precompute_mult() docstb1-31/+4
12 daysRemove EC_GROUP_method_of() docstb1-20/+1
12 daysRemove EC_GFp_* and EC_METHOD_get_field_type docstb7-156/+12
12 daysInline _CONF_get_section_values() in its last caller and remove ittb3-19/+9
13 daysProvide an accelerated SHA-256 assembly implementation for aarch64.jsing4-2/+232
13 days_CONF_new_section: error check hash insertiontb1-1/+5
13 days_CONF_new_section(): avoid silly ok dancetb1-11/+8
13 days_CONF_new_section(): replace hand-rolled strdup() with the real thingtb1-5/+3
13 days_CONF_new_section(): malloc() -> calloc()tb1-4/+2
2025-03-06asn1_multi: remove a pointless casttb1-2/+2
2025-03-06Rename X509V3_get_section() to X509V3_get0_section()tb6-15/+15
2025-03-06Garbage collect X509V3_section_free()tb6-25/+8
2025-03-04unifdef OPENSSL_NO_CHAIN_VERIFYtb1-6/+3
2025-03-01Zap trailing whitespace in dsa.htb1-7/+7
2025-03-01Remove offensive whitespace from x509.htb1-27/+27
2025-03-01conf.h: remove outdated commenttb1-4/+1
2025-02-27Rename the crl_inf_cb() to crl_info_cb()tb1-3/+3
2025-02-27Hoist X509_REVOKED_cmp() above its only callertb1-9/+7
2025-02-26obj_dat: remove parens from returntb1-9/+9
2025-02-26asn1object: improve error message to include returned valuetb1-2/+2
2025-02-26obj_dat: don't shift a->length into the sign bittb1-2/+2
2025-02-26obj_dat: don't shift ca->type into the sign bittb1-2/+2
2025-02-25openssl ca: use BN_bn2hex() rather than reimplementing ittb1-28/+18
2025-02-24x_crl.c: remove two NULL checks before *_free()tb1-5/+3
2025-02-21Remove unused name member from x509_sttb2-11/+2
2025-02-20Remove unused valid member of x509_sttb2-4/+2
2025-02-18pkey_ec_derive(): simplify keylen calculationtb1-5/+3
2025-02-17Simplify ECDH_size() by using BN_num_bytes()tb1-3/+3
2025-02-14Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing20-58/+120
2025-02-13ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplifytb1-20/+7
2025-02-13dsa_gen: convert to BN_MONT_CTX_create()tb1-5/+2
2025-02-13Convert bn_exp to BN_MONT_CTX_create()tb1-53/+38
2025-02-13Convert BPSW to BN_MONT_CTX_create()tb1-5/+2
2025-02-13Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()tb1-4/+2
2025-02-13bn: add internal BN_MONT_CTX_create()tb2-2/+22
2025-02-12recp -> reciprocal renaming in teststb2-7/+7
2025-02-12Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal()tb2-5/+5
2025-02-08Cache CRLs in issuer cachetb2-18/+37
2025-02-08Move X509_NAME_print() next to its only internal callertb2-93/+91
2025-02-08x509_verify_parent_signature(): no need to bump pkey's refcounttb1-4/+2
2025-02-08x509_verify: missing verify error on cached signature mismatchtb1-2/+5