Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct order of CPUID bit clearings | Jack Lloyd | 2018-08-26 | 1 | -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-3 | Jack Lloyd | 2018-08-17 | 1 | -0/+134 |
| | |||||
* | Add a couple HMAC(SHA-512-256) test vectors | Jack Lloyd | 2018-08-01 | 1 | -0/+11 |
| | |||||
* | Add additional HMAC tests from RFC 4231 | Jack Lloyd | 2018-07-24 | 1 | -0/+81 |
| | |||||
* | Avoid undefined behavior in SipHash | Jack Lloyd | 2017-12-23 | 1 | -0/+51 |
| | |||||
* | Add more SipHash tests | Jack Lloyd | 2017-10-26 | 1 | -0/+187 |
| | | | | Generated by ref implementation | ||||
* | GMAC test fixes | Jack Lloyd | 2017-10-18 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Mark GMAC tests as being sensitive to clmul and AES-NI CPUID bits | Jack Lloyd | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | Added implementation for GMAC | Matthias Gierlings | 2016-10-27 | 1 | -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-128 | Jack Lloyd | 2016-09-02 | 1 | -42/+0 |
| | |||||
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -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 SipHash | lloyd | 2015-01-11 | 1 | -0/+4 |
| | |||||
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 1 | -26/+0 |
| | |||||
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 1 | -0/+323 |
| | |||||
* | Add the CMAC constants for 256 and 512 bit block ciphers | lloyd | 2014-02-02 | 1 | -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 for | lloyd | 2014-01-10 | 5 | -0/+645 |
the tests and botan for everything else. |