summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/ecc_cdh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove already disabled tests for elliptic curves of small ordertb2024-12-241-229/+1
|
* Disable regression tests for small builtin curvestb2024-11-241-1/+3
|
* ecc_cdh: plug leak of peer public keytb2023-07-161-1/+2
|
* Add test coverage for cofactor ECDH using NIST test vectorstb2023-07-151-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.