summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_local.h
AgeCommit message (Expand)Author
10 daysMake ec_GFp_simple_* staticTheo Buehler
2024-11-01Garbage collect field_div() member.Theo Buehler
2024-10-31Retire the oct2point and point2oct EC_METHOD membersTheo Buehler
2024-10-30Provide ec_point_from_octets()Theo Buehler
2024-10-30Add a convenience wrapper for EC_POINT_point2oct()Theo Buehler
2024-10-28Expose eckey_compute_key() from ec_amethTheo Buehler
2024-10-22Provide and use ec_group_get_field_type()Theo Buehler
2024-10-18Enforce that EC Parameters correspond to a builtin curveTheo Buehler
2024-10-15Provide EC_GROUP_get0_cofactor() for internal useTheo Buehler
2024-10-03Remove the unused field_mod_func from EC_GROUPTheo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-07-28Stop including ecdsa.h and ecdh.h internallyTheo Buehler
2023-07-28Move KDF handling to ECDH_compute_key()Theo Buehler
2023-07-05Drop useless ossl_ prefixesTheo Buehler
2023-07-03Provide internal-only EC_GROUP_get0_order()Theo Buehler
2023-06-27Remove the now unused poly[] from EC_GROUPTheo Buehler
2023-06-25Remove prototypes for EC_KEY_{get,insert}_key_method_data()Theo Buehler
2023-06-25Move ecdh_KDF_X9_63() to ec_local.hTheo Buehler
2023-06-25Remove EC_EXTRA_DATATheo Buehler
2023-06-25ec_local.h: move ec_group_simple_order_bits down a bitTheo Buehler
2023-06-24Remove precompute_mult/have_precompute_mult from EC_METHOD.Joel Sing
2023-06-24Mop up EC_GROUP precomp machinery.Joel Sing
2023-06-24Mop up ec_wNAF_{,have_}precompute_mult().Joel Sing
2023-06-12Remove prototypes for various ec_GF2m_* functions that no longer exist.Joel Sing
2023-04-27Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.hTheo Buehler
2023-04-25Move EC_KEY_{insert,set}_key_method_data() to internal-onlyTheo Buehler
2023-03-08Always clear EC groups and points on free.Joel Sing
2023-03-08Remove EC_FLAGS_DEFAULT_OCT.Joel Sing
2023-03-07Use static functions for EC_GF2m_simple_method() implementation.Joel Sing
2023-03-07Use static functions for EC_GFp_nist_method() implementation.Joel Sing
2023-03-07Use static functions for EC_GFp_mont_method() implementation.Joel Sing
2023-03-05Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.Joel Sing
2023-03-05Remove ec_GFp_nistp.* prototypes.Joel Sing
2023-03-05Remove duplicate function prototypes.Joel Sing
2023-03-04Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.Joel Sing
2023-03-04Rename field_data1 and field_data2.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler