summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ec/ec_point_conversion.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set failed in test_random_points()tb2021-12-291-2/+2
| | | | CID 345141
* tweak one description to make it uniquetb2021-05-031-2/+3
|
* Prefix the hybrid_corner_case test with test_ for consistency.tb2021-05-031-3/+3
|
* Exercise the point conversion bit for octet string representationstb2021-05-031-1/+279
| | | | of points on secp256r1.
* Add a test that exercises the point conversion bit of the octettb2021-05-031-1/+362
| | | | string representations of points on the binary curve sect571k1.
* Add a test that roundtrips a bunch of points on all builtin curvestb2021-04-211-0/+249
via point2oct and oct2point and that checks the corner case in hybrid encoding that was fixed in ec2_oct.c r1.13.