aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/mac
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add SipHashlloyd2015-01-111-0/+4
|
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-26/+0
|
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-0/+323
|
* Add the CMAC constants for 256 and 512 bit block cipherslloyd2014-02-021-0/+9
| | | | | Also add test vectors for Threefish-512 CMAC and EAX, both generated by the library.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-105-0/+645
the tests and botan for everything else.