summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
AgeCommit message (Expand)Author
8 daysMinor simplifications in ec_cmp()Theo Buehler
8 daysRewrite EC_GROUP_cmp()Theo Buehler
9 daysSimplify signature of ec_wNAF_mul()Theo Buehler
9 daysMerge ec_kmeth into ec_keyTheo Buehler
9 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
9 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
10 daysec_mult: fix includesTheo Buehler
10 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
11 dayseck_prn: some more air to breatheTheo Buehler
11 dayseck_prn: fix includesTheo Buehler
11 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
11 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
11 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
11 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
11 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
11 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
13 daysGarbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
13 daysecp_methods.c: rewrap some linesTheo Buehler
13 daysLose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
13 daysMake ec_GFp_simple_* staticTheo Buehler
13 daysMerge ecp_mont.c into ecp_methods.cTheo Buehler
13 daysKNF nit for end of comment markerTheo Buehler
13 daysRename ecp_smpl.c to ecp_methods.cTheo Buehler
2024-11-10Wrap comment badly mistreated by an autoformatter due to missing /*-Theo Buehler
2024-11-10Garbage collect an unused variableTheo Buehler
2024-11-08Clean up EC_KEY_dup()Theo Buehler
2024-11-08Sweep over EC_KEY_copy()Theo Buehler
2024-11-08Clean up EC_KEY_freeTheo Buehler
2024-11-08Clean up EC_KEY_new_by_curve_name()Theo Buehler
2024-11-08Relocate ECParameters_dup() to ec_asn1Theo Buehler
2024-11-08Rename EC_YBIT to EC_POINT_YBITTheo 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-03affine coordinates: the intention was to move the check, not to copy it...Theo Buehler
2024-11-03Move point at infinity check to API boundaryTheo Buehler
2024-11-02d2i_ECPKParameters(): unify return statement with rest of fileTheo Buehler
2024-11-02ec_convert: remove _OCT also from the macro namesTheo 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-11-02Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()Theo Buehler
2024-11-01Move point_conversion_t conversion to API boundaryTheo Buehler
2024-11-01Garbage collect field_div() member.Theo Buehler
2024-10-31Drop the _oct from the function prefixesTheo Buehler
2024-10-31Retire the oct2point and point2oct EC_METHOD membersTheo Buehler
2024-10-31Clean up the mess in i2d_EC_PRIVATEKEY()Theo Buehler