summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect field_type member of the EC methodstb2025-01-251-3/+1
* Remove now unused internal ec_group_get_field_type()tb2025-01-251-2/+1
* Remove the mul_generator_ct function pointer from EC_METHOD.jsing2025-01-221-3/+1
* ec_key_gen() is unused outside ec_key.c, so make it statictb2025-01-111-2/+1
* Move EC_KEY_METHOD_DYNAMIC next to the two methods using ittb2025-01-111-3/+1
* Remove a weird commenttb2025-01-111-5/+1
* Rename the is_on_curve() method to point_is_on_curve()tb2025-01-111-2/+2
* Move is_on_curve() and (point) cmp() uptb2025-01-111-5/+5
* Move compressed coordinate setting into public APItb2025-01-111-3/+1
* Neuter the EC_POINTs_* APItb2025-01-111-10/+5
* Inline ec_point_make_affine() in the public APItb2025-01-111-2/+1
* Remove stale comment about methods and memberstb2025-01-071-6/+1
* Check discriminant directly in EC_GROUP_set_discriminant()tb2025-01-071-3/+1
* group_copy() is no longer a thing...tb2025-01-061-3/+1
* Remove get_order_bits() and get_degree() methodstb2025-01-061-4/+1
* Use a slightly more sensible order in ec_local.htb2025-01-061-36/+33
* Remove indirection for coordinate blinding.jsing2025-01-061-5/+1
* Stop caching one in the Montgomery domaintb2025-01-061-4/+2
* Prepare removal accessors for Jprojective coordinatestb2025-01-061-10/+1
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-051-14/+9
* Garbage collect .group_finish()tb2025-01-011-2/+1
* Garbage collect .group_init()tb2025-01-011-2/+1
* Rename group->field to group->ptb2024-12-121-10/+5
* Rename ec_wNAF_mul() to ec_wnaf_mul()tb2024-12-061-2/+2
* Set nid on group decoded from EC parameterstb2024-12-061-2/+2
* Inline trivial EC point methodstb2024-11-301-11/+1
* 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