aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/hash/sha1.vec
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-191-1/+1
| | | | Based on GH #807 and #808
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-0/+2
|
* Update and consolidate the test framework.Jack Lloyd2015-11-111-1/+1
| | | | | | | | | | | The tests previously had used 4 to 6 different schemes internally (the vec file reader framework, Catch, the old InSiTo Boost.Test tests, the PK/BigInt tests which escaped the rewrite in 1.11.7, plus a number of one-offs). Converge on a design that works everywhere, and update all the things. Fix also a few bugs found by the test changes: SHA-512-256 name incorrect, OpenSSL RC4 name incorrect, signature of FFI function botan_pubkey_destroy was wrong.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+230
the tests and botan for everything else.