summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/evp/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove evp_pkey_check testtb2024-08-291-2/+1
| | | | The API it tests will be removed shortly
* Some more Makefile cosmeticstb2023-03-021-10/+15
| | | | | The verbose evp test actually depends on the evptest binary. Use consistent spacing and indentation.
* The evp_ecx_test no longer needs static linkingtb2023-03-021-3/+1
|
* Simplify evp test Makefile.tb2023-03-021-18/+5
| | | | | Make evptest silent by default: these pages of hexdumps are useless noise. Add a verbose target for debugging.
* Add regress coverage for Ed25519 and X25519 EVP interfaces.jsing2022-11-101-2/+9
|
* Add some regress coverage for EVP_PKEY_ASN1_METHODjsing2022-11-091-2/+6
|
* Add a simple test to ensure that pmeth->cleanup() can cope with NULLtb2022-03-301-2/+7
| | | | pkey_ctx->data.
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-3/+1
| | | | after the bump
* Only evp_pkey_check needs static linkingtb2022-01-121-2/+4
|
* Add regress for EVP_PKEY_{,public_,param_}check()tb2022-01-111-7/+11
|
* 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/+12
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.