summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/chacha/chachatest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend the chacha regress to cover the ChaCha interface, in addition to thejsing2014-06-241-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 necessarymiod2014-06-011-1/+1
| | | | fixes to keep building.
* Add ChaCha to libcrypto, based on djb's public domain implementation.jsing2014-05-011-0/+261
ok deraadt@