summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aead/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test EVP_chacha20_poly1305() (linking statically for now)jsing2022-08-201-2/+2
|
* Provide additional AEAD test cases.jsing2022-07-301-1/+6
| | | | | | | | | Bring in additional AEAD test cases from BoringSSL. This provides additional coverage for AES-{128,192,256}-GCM, as well as Chacha20-Poly1305 and XChaCha20-Poly1305. Discussed with tb@
* Allow the AEAD to be specified for a test file.jsing2022-07-301-2/+2
| | | | | Currently, this must be specified per test - allow it to be given as a command line argument that applies to the entire test file.
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-4/+3
| | | | after the bump
* Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for nowtb2022-01-121-3/+4
|
* 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.
* Add a regress test for AEAD, based on Adam Langley's code.jsing2014-05-151-0/+12