summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Jprojective_coordinates APItb14 days4-29/+3
* Unexport EC_GROUP_*precompute_mult()tb14 days4-25/+3
* Unexport EC_GROUP_copy()tb14 days4-8/+4
* Unexport EC_METHOD and all API using ittb14 days6-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb14 days4-20/+9
* const correct UI_OpenSSL()tb14 days2-5/+5
* Fix documented signature of UI_OpenSSL()tb14 days1-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb14 days1-3/+3
* const correct BN_MONT_CTX_copy()tb14 days2-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb14 days4-8/+6
* Unexport X509_NAME_print()tb14 days4-8/+4
* Support OPENSSL_NO_FILENAMEStb14 days18-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb14 days1-2/+2
* Remove mention of X509_NAME_print(3) in the docstb2025-03-093-46/+13
* ec_asn1_test: Prepare for upcoming bumptb2025-03-082-8/+11
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb2025-03-081-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb2025-03-082-4/+4
* Remove EC_POINT_method_of() docstb2025-03-081-19/+1
* Remove X509_OBJECT_free_contets() docstb2025-03-081-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb2025-03-081-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb2025-03-081-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb2025-03-081-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb2025-03-081-31/+4
* Remove EC_GROUP_method_of() docstb2025-03-081-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb2025-03-087-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
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2
* 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
* openssl ca: use BN_bn2hex() rather than reimplementing ittb2025-02-251-28/+18
* 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