Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set failed in test_random_points() | tb | 2021-12-29 | 1 | -2/+2 |
| | | | | CID 345141 | ||||
* | tweak one description to make it unique | tb | 2021-05-03 | 1 | -2/+3 |
| | |||||
* | Prefix the hybrid_corner_case test with test_ for consistency. | tb | 2021-05-03 | 1 | -3/+3 |
| | |||||
* | Exercise the point conversion bit for octet string representations | tb | 2021-05-03 | 1 | -1/+279 |
| | | | | of points on secp256r1. | ||||
* | Add a test that exercises the point conversion bit of the octet | tb | 2021-05-03 | 1 | -1/+362 |
| | | | | string representations of points on the binary curve sect571k1. | ||||
* | Add a test that roundtrips a bunch of points on all builtin curves | tb | 2021-04-21 | 1 | -0/+249 |
via point2oct and oct2point and that checks the corner case in hybrid encoding that was fixed in ec2_oct.c r1.13. |