Add a test that roundtrips a bunch of points on all builtin curves
authortb <tb@openbsd.org>
Wed, 21 Apr 2021 20:15:08 +0000 (20:15 +0000)
committertb <tb@openbsd.org>
Wed, 21 Apr 2021 20:15:08 +0000 (20:15 +0000)
commit32c67bd12691f00889df32fec839471a5b78c2df
treeef8aa2326a1b04f5c8c9230fed81c374e25d07a4
parent1f38de1dc356717682c253b7d6280ceb1ad92e5b
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.
regress/lib/libcrypto/ec/Makefile
regress/lib/libcrypto/ec/ec_point_conversion.c [new file with mode: 0644]