summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename curve_name into nidtb2024-11-221-2/+2
* Simplify signature of ec_wNAF_mul()tb2024-11-161-5/+4
* Make ec_GFp_simple_* statictb2024-11-121-40/+1
* Garbage collect field_div() member.tb2024-11-011-3/+1
* Retire the oct2point and point2oct EC_METHOD memberstb2024-10-311-11/+1
* Provide ec_point_from_octets()tb2024-10-301-2/+4
* Add a convenience wrapper for EC_POINT_point2oct()tb2024-10-301-1/+7
* Expose eckey_compute_key() from ec_amethtb2024-10-281-1/+2
* Provide and use ec_group_get_field_type()tb2024-10-221-1/+2
* Enforce that EC Parameters correspond to a builtin curvetb2024-10-181-1/+3
* Provide EC_GROUP_get0_cofactor() for internal usetb2024-10-151-1/+2
* Remove the unused field_mod_func from EC_GROUPtb2024-10-031-4/+1
* Ignore ENGINE at the API boundarytb2023-11-291-2/+1
* Stop including ecdsa.h and ecdh.h internallytb2023-07-281-2/+1
* Move KDF handling to ECDH_compute_key()tb2023-07-281-5/+5
* Drop useless ossl_ prefixestb2023-07-051-5/+5
* Provide internal-only EC_GROUP_get0_order()tb2023-07-031-1/+4
* Remove the now unused poly[] from EC_GROUPtb2023-06-271-15/+2
* Remove prototypes for EC_KEY_{get,insert}_key_method_data()tb2023-06-251-8/+1
* Move ecdh_KDF_X9_63() to ec_local.htb2023-06-251-1/+7
* Remove EC_EXTRA_DATAtb2023-06-251-26/+1
* ec_local.h: move ec_group_simple_order_bits down a bittb2023-06-251-3/+2
* Remove precompute_mult/have_precompute_mult from EC_METHOD.jsing2023-06-241-3/+1
* Mop up EC_GROUP precomp machinery.jsing2023-06-241-3/+1
* Mop up ec_wNAF_{,have_}precompute_mult().jsing2023-06-241-4/+1
* Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing2023-06-121-13/+1
* Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.htb2023-04-271-3/+10
* Move EC_KEY_{insert,set}_key_method_data() to internal-onlytb2023-04-251-1/+6
* Always clear EC groups and points on free.jsing2023-03-081-5/+1
* Remove EC_FLAGS_DEFAULT_OCT.jsing2023-03-081-11/+1
* Use static functions for EC_GF2m_simple_method() implementation.jsing2023-03-071-32/+2
* Use static functions for EC_GFp_nist_method() implementation.jsing2023-03-071-8/+1
* Use static functions for EC_GFp_mont_method() implementation.jsing2023-03-071-14/+1
* Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.jsing2023-03-051-5/+1
* Remove ec_GFp_nistp.* prototypes.jsing2023-03-051-40/+1
* Remove duplicate function prototypes.jsing2023-03-051-8/+1
* Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.jsing2023-03-041-4/+1
* Rename field_data1 and field_data2.jsing2023-03-041-3/+5
* Make internal header file names consistenttb2022-11-261-0/+525