| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Synchronise chacha test cases with the referenced draft - this adds a | jsing | 2017-05-26 | 1 | -23/+23 |
| | | | | | | | | | missing test case, reassigns two of the labels and removes a test case that was from an earlier draft. Inconsistency noted by Steven Roberts <fenderq at gmail dot com>, some time ago... | ||||
| * | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | | ok miod@ | ||||
| * | Extend the chacha regress to cover the ChaCha interface, in addition to the | jsing | 2014-06-24 | 1 | -22/+99 |
| | | | | | | | | single-shot CRYPTO_chacha_20() interface (the ChaCha interface was already tested via the EVP regress, but not extensively). The additional ChaCha tests include single-shot writes, along with partial/single-byte writes that currently fail due to a bug in the underlying implementation. | ||||
| * | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 2 | -2/+4 |
| | | | | | fixes to keep building. | ||||
| * | Add ChaCha to libcrypto, based on djb's public domain implementation. | jsing | 2014-05-01 | 2 | -0/+268 |
| ok deraadt@ | |||||
