summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire the oct2point and point2oct EC_METHOD memberstb2024-10-311-15/+7
* ec_point_to_octets: move out_len initialization up a bittb2024-10-311-3/+3
* Expand the introductory comment with references to X9.62 and SEC 1tb2024-10-301-1/+4
* Move the point2bn and point2hex API to ec_convert.ctb2024-10-301-1/+83
* Replace hardcoded 1U with EC_OCT_YBITtb2024-10-301-2/+2
* Move the GFp-specific point <-> octets functions to ec_convert.ctb2024-10-301-1/+295
* Move public point <-> octets API to a new ec_convert.ctb2024-10-301-0/+199