summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
AgeCommit message (Expand)Author
10 daysMerge ec_kmeth into ec_keyTheo Buehler
10 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
10 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
11 daysec_mult: fix includesTheo Buehler
11 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
12 dayseck_prn: some more air to breatheTheo Buehler
12 dayseck_prn: fix includesTheo Buehler
12 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
12 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
12 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
12 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
12 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
12 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
2024-11-12Garbage collect a reference to ecp_mont.c, rewrap commentTheo Buehler
2024-11-12ecp_methods.c: rewrap some linesTheo Buehler
2024-11-12Lose the ugly GFp_simple_ and GFp_mont_ infixesTheo Buehler
2024-11-12Make ec_GFp_simple_* staticTheo Buehler
2024-11-12Merge ecp_mont.c into ecp_methods.cTheo Buehler
2024-11-12KNF nit for end of comment markerTheo Buehler
2024-11-12Rename 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
2024-10-31Clean up o2i_ECPublicKey()Theo Buehler
2024-10-31Rewrite i2o_ECPublicKey()Theo Buehler
2024-10-31ecp_oct.c no longer needs bytestring and stdintTheo Buehler