summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ec/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ec_asn1_test: Prepare for upcoming bumptb2025-03-081-1/+6
| | | | | Linking statically, pull in ec_local.h and provide a prototype for EC_GROUP_new(), which will be removed from the public API.
* ec/Makefile: remove excess tabstb2025-01-211-9/+9
|
* ec tests: allow linking against eopenssltb2024-11-041-1/+7
|
* Switch all ec tests to using dynamic linkingtb2023-04-171-2/+2
| | | | | This only requires very minor changes and simplifies testing quite a bit. Some of the changes can be undone after the next bump.
* Simplify Makefiletb2023-04-171-12/+1
|
* Add regress for ECPKParameters ASN.1 encoding/decoding.jsing2021-12-041-2/+4
|
* Add a test that roundtrips a bunch of points on all builtin curvestb2021-04-211-6/+19
| | | | | via point2oct and oct2point and that checks the corner case in hybrid encoding that was fixed in ec2_oct.c r1.13.
* Adjust ectest.c for EC_GROUP_{g,s}et_curve 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.