summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for cofactor ECDH using NIST test vectorstb2023-07-151-2/+4
| | | | | | | | | 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.
* It's no longer necessary to link ecdhtest statically.tb2021-05-101-2/+2
|
* Adjust ecdhtest.c for affine_coordinates changetb2021-04-201-2/+2
|
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
| | | | fixes to keep building.
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+7
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.