summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of X509_NAME_print(3) in the docstb13 days3-46/+13
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb14 days1-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb14 days2-4/+4
* Remove EC_POINT_method_of() docstb14 days1-19/+1
* Remove X509_OBJECT_free_contets() docstb14 days1-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb14 days1-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb14 days1-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb14 days1-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb14 days1-31/+4
* Remove EC_GROUP_method_of() docstb14 days1-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb14 days7-156/+12
* Inline _CONF_get_section_values() in its last caller and remove ittb2025-03-083-19/+9
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing2025-03-074-2/+232
* _CONF_new_section: error check hash insertiontb2025-03-071-1/+5
* _CONF_new_section(): avoid silly ok dancetb2025-03-071-11/+8
* _CONF_new_section(): replace hand-rolled strdup() with the real thingtb2025-03-071-5/+3
* _CONF_new_section(): malloc() -> calloc()tb2025-03-071-4/+2
* asn1_multi: remove a pointless casttb2025-03-061-2/+2
* Rename X509V3_get_section() to X509V3_get0_section()tb2025-03-066-15/+15
* Garbage collect X509V3_section_free()tb2025-03-066-25/+8
* unifdef OPENSSL_NO_CHAIN_VERIFYtb2025-03-041-6/+3
* Zap trailing whitespace in dsa.htb2025-03-011-7/+7
* Remove offensive whitespace from x509.htb2025-03-011-27/+27
* conf.h: remove outdated commenttb2025-03-011-4/+1
* Rename the crl_inf_cb() to crl_info_cb()tb2025-02-271-3/+3
* Hoist X509_REVOKED_cmp() above its only callertb2025-02-271-9/+7
* obj_dat: remove parens from returntb2025-02-261-9/+9
* obj_dat: don't shift a->length into the sign bittb2025-02-261-2/+2
* obj_dat: don't shift ca->type into the sign bittb2025-02-261-2/+2
* x_crl.c: remove two NULL checks before *_free()tb2025-02-241-5/+3
* Remove unused name member from x509_sttb2025-02-212-11/+2
* Remove unused valid member of x509_sttb2025-02-202-4/+2
* pkey_ec_derive(): simplify keylen calculationtb2025-02-181-5/+3
* Simplify ECDH_size() by using BN_num_bytes()tb2025-02-171-3/+3
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-1420-58/+120
* ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplifytb2025-02-131-20/+7
* dsa_gen: convert to BN_MONT_CTX_create()tb2025-02-131-5/+2
* Convert bn_exp to BN_MONT_CTX_create()tb2025-02-131-53/+38
* Convert BPSW to BN_MONT_CTX_create()tb2025-02-131-5/+2
* Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()tb2025-02-131-4/+2
* bn: add internal BN_MONT_CTX_create()tb2025-02-132-2/+22
* Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal()tb2025-02-122-5/+5
* Cache CRLs in issuer cachetb2025-02-082-18/+37
* Move X509_NAME_print() next to its only internal callertb2025-02-082-93/+91
* x509_verify_parent_signature(): no need to bump pkey's refcounttb2025-02-081-4/+2
* x509_verify: missing verify error on cached signature mismatchtb2025-02-081-2/+5
* bn_recp: reformat another ugly commenttb2025-02-041-5/+6
* SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb2025-02-041-3/+3
* Inline BN_reciprocal() in its only callertb2025-02-041-36/+10
* Start cleaning up BN_div_reciprocal() a bittb2025-02-041-24/+23