Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ec_point_conversion: cosmetics | tb | 2024-10-23 | 1 | -4/+4 |
| | |||||
* | ec_point_conversion: extend test coverage by translating back the | tb | 2024-10-23 | 1 | -2/+76 |
| | | | | | | point to an octet string and match with the initial octet string. would have caught the regression found by anton | ||||
* | ec_point_conversion: zap an empty line | tb | 2024-01-18 | 1 | -2/+1 |
| | |||||
* | Remove unused prototype | tb | 2023-08-01 | 1 | -3/+1 |
| | |||||
* | Some more EC2M cleanup | tb | 2023-04-26 | 1 | -14/+3 |
| | |||||
* | ec_point_conversion: drop test for sect571k1 | tb | 2023-04-18 | 1 | -350/+2 |
| | | | | Maybe it should be replaced by another test, although P-256 seems enough. | ||||
* | Skip binary curves in ec_point_conversion | tb | 2023-04-17 | 1 | -3/+14 |
| | |||||
* | Switch all ec tests to using dynamic linking | tb | 2023-04-17 | 1 | -3/+5 |
| | | | | | This only requires very minor changes and simplifies testing quite a bit. Some of the changes can be undone after the next bump. | ||||
* | ec_point_conversion: do not rely on ec.h pulling in bn.h | tb | 2023-04-15 | 1 | -1/+2 |
| | |||||
* | Guard GF2m-specifics with OPENSSL_NO_EC2M | tb | 2023-03-25 | 1 | -2/+7 |
| | |||||
* | Refrain from printing SUCCESS in some of my tests | tb | 2022-12-01 | 1 | -6/+4 |
| | | | | Silence is good. On failure, the regress framework will make it clear. | ||||
* | 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. |