summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use err_local.h rather than err.h in most placestb2025-05-101-2/+2
* Move BIGNUMs in EC_GROUP and EC_POINT to the heaptb2025-01-051-6/+6
* Simplify ec_point_to_octets()tb2024-12-161-8/+3
* Rename group->field to group->ptb2024-12-121-7/+7
* Rename EC_YBIT to EC_POINT_YBITtb2024-11-081-6/+6
* ec_convert: remove _OCT also from the macro namestb2024-11-021-24/+24
* Move point_conversion_t conversion to API boundarytb2024-11-011-23/+33
* Drop the _oct from the function prefixestb2024-10-311-31/+31
* 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