summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/ecc_cdh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.