summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unexport EC_GROUP_copy()tb13 days4-8/+4
* Unexport EC_METHOD and all API using ittb13 days6-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb13 days4-20/+9
* const correct UI_OpenSSL()tb13 days2-5/+5
* Fix documented signature of UI_OpenSSL()tb13 days1-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb13 days1-3/+3
* const correct BN_MONT_CTX_copy()tb13 days2-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb13 days4-8/+6
* Unexport X509_NAME_print()tb13 days4-8/+4
* Support OPENSSL_NO_FILENAMEStb13 days18-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb13 days1-2/+2
* 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