Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove already disabled tests for elliptic curves of small order | tb | 2024-12-24 | 1 | -229/+1 |
| | |||||
* | Disable regression tests for small builtin curves | tb | 2024-11-24 | 1 | -1/+3 |
| | |||||
* | ecc_cdh: plug leak of peer public key | tb | 2023-07-16 | 1 | -1/+2 |
| | |||||
* | Add test coverage for cofactor ECDH using NIST test vectors | tb | 2023-07-15 | 1 | -0/+2505 |
Since all non-binary NIST curves have cofactor 1, this is in effect plain ECDH. Current regress coverage of ECDH is quite lacking on architectures where Go isn't available. This fixes that. Actual cofactor ECDH support may be added soon to libcrypto, at which point I will also add testcases with cofactor > 1. |