summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy indentation.jsing2024-03-301-4/+4
| | | | Requested by tb@
* Remove -app2_1 flags being passed to dsa and rsa regress.jsing2024-03-301-7/+1
| | | | Nothing does flag handling in these tests.
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-3/+3
| | | | after the bump
* Rework dsatest to use accessors and link statically for nowtb2022-01-121-3/+3
|
* 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/+13
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.