CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/21 14:15:08
Modified files:
regress/lib/libcrypto/ec: Makefile
Added files:
regress/lib/libcrypto/ec: ec_point_conversion.c
Log message:
Add a test that roundtrips a bunch of points on all builtin curves
via point2oct and oct2point and that checks the corner case in hybrid
encoding that was fixed in ec2_oct.c r1.13.
