Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test EVP_chacha20_poly1305() (linking statically for now) | jsing | 2022-08-20 | 1 | -2/+2 |
| | |||||
* | Provide additional AEAD test cases. | jsing | 2022-07-30 | 1 | -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. | jsing | 2022-07-30 | 1 | -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 needed | tb | 2022-01-14 | 1 | -4/+3 |
| | | | | after the bump | ||||
* | Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now | tb | 2022-01-12 | 1 | -3/+4 |
| | |||||
* | 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. | ||||
* | Add a regress test for AEAD, based on Adam Langley's code. | jsing | 2014-05-15 | 1 | -0/+12 |