Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ec_asn1_test: Prepare for upcoming bump | tb | 2025-03-08 | 1 | -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 tabs | tb | 2025-01-21 | 1 | -9/+9 |
| | |||||
* | ec tests: allow linking against eopenssl | tb | 2024-11-04 | 1 | -1/+7 |
| | |||||
* | Switch all ec tests to using dynamic linking | tb | 2023-04-17 | 1 | -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 Makefile | tb | 2023-04-17 | 1 | -12/+1 |
| | |||||
* | Add regress for ECPKParameters ASN.1 encoding/decoding. | jsing | 2021-12-04 | 1 | -2/+4 |
| | |||||
* | Add a test that roundtrips a bunch of points on all builtin curves | tb | 2021-04-21 | 1 | -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 change | tb | 2021-04-20 | 1 | -2/+2 |
| | |||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -1/+3 |
| | | | | fixes to keep building. | ||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 1 | -0/+7 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |