aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/mac
Commit message (Collapse)AuthorAgeFilesLines
* Some more blake2b mac test vectors from Linux kernel.Tom2020-11-301-0/+39
| | | | https://raw.githubusercontent.com/torvalds/linux/master/crypto/testmgr.h
* Add a couple more BLAKE2b MAC tests (from OpenSSL)Jack Lloyd2020-11-291-0/+11
|
* Add support for keyed Blake2b and also MAC via Blake2b.Tom2020-11-291-0/+1053
|
* Remove CBC-MACJack Lloyd2020-11-051-326/+0
|
* More tests of TLS::Session encryptionJack Lloyd2019-12-151-0/+4
|
* Correct order of CPUID bit clearingsJack Lloyd2018-08-261-1/+1
| | | | | | These are done from left to right, so should end with most widely implement extensions. Noticed because adding AVX2 ChaCha caused SSE2 ChaCha to be no longer tested.
* Add some tests of HMAC with SHA-3Jack Lloyd2018-08-171-0/+134
|
* Add a couple HMAC(SHA-512-256) test vectorsJack Lloyd2018-08-011-0/+11
|
* Add additional HMAC tests from RFC 4231Jack Lloyd2018-07-241-0/+81
|
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-0/+51
|
* Add more SipHash testsJack Lloyd2017-10-261-0/+187
| | | | Generated by ref implementation
* GMAC test fixesJack Lloyd2017-10-181-1/+1
| | | | [ci skip]
* Mark GMAC tests as being sensitive to clmul and AES-NI CPUID bitsJack Lloyd2017-01-171-0/+2
|
* Added implementation for GMACMatthias Gierlings2016-10-271-0/+80
| | | | | | - Added GMAC class - Integrated GMAC into MAC-Class test bench. Run GMAC tests using ./botan-test mac
* Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-021-42/+0
|
* 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.