summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_lib.c
AgeCommit message (Expand)Author
14 daysRelocate ECParameters_dup() to ec_asn1Theo Buehler
2024-11-08Ugh. Don't return the group after freeing itTheo Buehler
2024-11-06EC_GROUP_set_seed(): flip order of seed and len null checksTheo Buehler
2024-11-06Treat the curls in EC_GROUP_dup() with a flatironTheo Buehler
2024-11-06Clean up EC_GROUP_copy()Theo Buehler
2024-11-06Switch EC_GROUP_new() to calloc()Theo Buehler
2024-11-05EC_POINT_is_at_infinity() returns a booleanTheo Buehler
2024-11-04Rewrite EC_POINT_new() and EC_POINT_dup()Theo Buehler
2024-11-03Move point at infinity check to API boundaryTheo Buehler
2024-11-02Fix includes in ec_lib and ecp_smplTheo Buehler
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libTheo Buehler
2024-10-25Minor cosmetic tweaks for EC_GROUP_set_seed()Theo Buehler
2024-10-22Provide and use ec_group_get_field_type()Theo Buehler
2024-10-19EC_GROUP_check(): zap useless commentsTheo Buehler
2024-10-19Move EC_GROUP_check() to ec_lib.cTheo Buehler
2024-10-18Move EC_GROUP_new_curve_GFp() into ec_lib.cTheo Buehler
2024-10-15Unindent error check in EC_GROUP_set_generator()Theo Buehler
2024-10-15Provide EC_GROUP_get0_cofactor() for internal useTheo Buehler
2024-04-23One empty line is enoughTheo Buehler
2024-04-10Hide deprecated functions in ec.hBob Beck
2023-07-25EC_POINT_is_on_curve() error is -1, not 0.Theo Buehler
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-07-03Provide internal-only EC_GROUP_get0_order()Theo Buehler
2023-06-25Remove EC_EXTRA_DATATheo 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-20Consolidate elliptic curve cofactor handlingTheo Buehler
2023-05-04Rewrite ECParameters_dup()Theo Buehler
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-13ec_lib.c: fix a few NULL misspellingsTheo Buehler
2023-04-13Fix various early return issues spotted by coverityTheo Buehler
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-08Fix previous.Joel Sing
2023-03-08Always clear EC groups and points on free.Joel Sing
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2023-02-07libcrypto/ec: another missing point-on-curve checkTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-04-07Avoid infinite loop for custom curves of order 1Theo Buehler
2022-03-29Bound cofactor in EC_GROUP_set_generator()Theo Buehler
2022-03-29Do not zero cofactor on ec_guess_cofactor() successTheo Buehler
2022-03-29Zap trailing whitespaceTheo Buehler
2021-09-12Default to using named curve parameter encodingTheo Buehler
2021-09-08Prepare to provide EC_GROUP_order_bits()Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler