summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_convert.c
AgeCommit message (Expand)Author
2024-11-08Rename EC_YBIT to EC_POINT_YBITTheo Buehler
2024-11-02ec_convert: remove _OCT also from the macro namesTheo Buehler
2024-11-01Move point_conversion_t conversion to API boundaryTheo Buehler
2024-10-31Drop the _oct from the function prefixesTheo Buehler
2024-10-31Retire the oct2point and point2oct EC_METHOD membersTheo Buehler
2024-10-31ec_point_to_octets: move out_len initialization up a bitTheo Buehler
2024-10-30Expand the introductory comment with references to X9.62 and SEC 1Theo Buehler
2024-10-30Move the point2bn and point2hex API to ec_convert.cTheo Buehler
2024-10-30Replace hardcoded 1U with EC_OCT_YBITTheo Buehler
2024-10-30Move the GFp-specific point <-> octets functions to ec_convert.cTheo Buehler
2024-10-30Move public point <-> octets API to a new ec_convert.cTheo Buehler