Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DES doesn't use BMI2 anymore | Jack Lloyd | 2021-05-19 | 1 | -2/+0 |
| | |||||
* | Add BMI2 3DES implementation | Jack Lloyd | 2020-12-27 | 1 | -0/+2 |
| | |||||
* | Remove duplicated SHACAL2 tests | Jack Lloyd | 2020-12-20 | 1 | -8/+0 |
| | |||||
* | Remove XTEA | Jack Lloyd | 2020-11-05 | 1 | -272/+0 |
| | |||||
* | Remove KASUMI | Jack Lloyd | 2020-11-05 | 1 | -13/+0 |
| | |||||
* | Remove DESX | Jack Lloyd | 2020-11-05 | 1 | -37/+0 |
| | |||||
* | Remove MISTY1 | Jack Lloyd | 2020-11-05 | 1 | -125/+0 |
| | |||||
* | Remove CAST-256 | Jack Lloyd | 2020-11-05 | 1 | -53/+0 |
| | |||||
* | Add constant time bitsliced AES encryption for CPUs without vperm or hardware | Jack Lloyd | 2020-05-06 | 1 | -14/+2 |
| | |||||
* | Clean up handling of POWER ISA extensions | Jack Lloyd | 2019-12-12 | 1 | -1/+1 |
| | | | | See #2226 | ||||
* | Add SHACAL2 AVX2 | Jack Lloyd | 2019-11-14 | 1 | -117/+117 |
| | | | | About 2x faster on Skylake | ||||
* | Merge CLMUL and PMULL code | Jack Lloyd | 2019-09-25 | 1 | -1/+1 |
| | | | | Same algorithms were used just using SSSE3 vs NEON | ||||
* | Fix a bug in CAST-128 affecting 11, 13, 14, or 15 byte keys | Jack Lloyd | 2019-08-26 | 1 | -0/+24 |
| | | | | | | | | With keys not a multiple of 4 bytes, the zero bytes ended up in the wrong place. In the unlikely event anyone was affected by this they could just use the equivalent 16 byte key. Closes #2081 | ||||
* | Add long Blowfish ECB test | Jack Lloyd | 2019-02-28 | 1 | -0/+4 |
| | | | | We were not testing 4-wide encryption | ||||
* | Handle PPC crypto bit in tests [ci skip] | Jack Lloyd | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Increase minimum Blowfish key length to 64 bits | Jack Lloyd | 2018-09-07 | 1 | -6/+10 |
| | | | | | | See #1673 Also, skip tests if the provider doesn't support the given key length. | ||||
* | Correct order of CPUID bit clearings | Jack Lloyd | 2018-08-26 | 2 | -2/+2 |
| | | | | | | 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 avx2 tag to Serpent test data | Jack Lloyd | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Add a test of Threefish-512 tweak functionality | Jack Lloyd | 2018-08-08 | 1 | -0/+5 |
| | |||||
* | Add support for ARMv8 SM4 instructions | Jack Lloyd | 2018-07-09 | 1 | -0/+12 |
| | | | | Tested in qemu | ||||
* | Fix handling of SHA instructions in tests | Jack Lloyd | 2018-06-29 | 1 | -0/+2 |
| | |||||
* | Fixes for DES/3DES | Jack Lloyd | 2018-05-16 | 1 | -16/+4 |
| | |||||
* | Optimize Twofish | Jack Lloyd | 2017-11-16 | 1 | -18/+2 |
| | | | | | Interleaving two blocks is 40-50% faster for any mode that supports parallel operation. | ||||
* | Correct CAST-128 decryption with more than 1 block | Jack Lloyd | 2017-11-16 | 1 | -0/+4 |
| | |||||
* | Add SHACAL2 test from Bouncy Castle | Jack Lloyd | 2017-11-05 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Add missing ARIA test vectors (GH #1004) | Jeffrey Walton | 2017-08-23 | 1 | -0/+35 |
| | |||||
* | Add SHACAL2 in generic SIMD | Jack Lloyd | 2017-08-13 | 1 | -0/+14 |
| | | | | Bit over 2x faster on my desktop | ||||
* | Add SHACAL2 | Jack Lloyd | 2017-08-13 | 1 | -0/+4083 |
| | | | | 256 bit ARX block cipher with hardware support, what's not to love. | ||||
* | Add SM4 block cipher | Jack Lloyd | 2017-06-16 | 1 | -0/+9 |
| | | | | This work was sponsored by Ribose Inc | ||||
* | Add more Noekeon tests | Jack Lloyd | 2017-01-27 | 1 | -8/+4114 |
| | | | | | | Values take from the NESSIE submission package. [ci skip] | ||||
* | Add sources for some test vectors [ci skip] | René Korthaus | 2016-12-08 | 1 | -0/+2 |
| | |||||
* | Remove ECB mode | Jack Lloyd | 2016-12-04 | 3 | -0/+131 |
| | | | | | | | Not a good thing to offer at this level. If you know what you are doing for the strange special case where it is necessary, the raw BlockCipher interface is available and probably more convenient. | ||||
* | Add missing variable to AES test vector | Jack Lloyd | 2016-10-25 | 1 | -0/+1 |
| | |||||
* | Add long (4+ block) AES KATs | Jack Lloyd | 2016-10-25 | 1 | -0/+10 |
| | | | | We were not previously hitting the 4 way unrolled loop in AES-NI in tests | ||||
* | Add cpuid overload to test framework | Jack Lloyd | 2016-09-15 | 5 | -0/+15 |
| | |||||
* | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEA | Jack Lloyd | 2016-09-02 | 6 | -9883/+0 |
| | | | | | XTEA was also deprecated but has been spared, it does seem to be somewhat common (eg, included in the Go x/crypto library) | ||||
* | Merge asm into single mp_madd.h and mp_asmi.h files | Jack Lloyd | 2016-07-21 | 2 | -0/+8 |
| | | | | | | | Avoids some cut and paste, also removes the need for special logic in configure.py for handling mp module specially. Merge SIMD classes into a single type SIMD_4x32 | ||||
* | 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. | ||||
* | Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish. | lloyd | 2014-02-08 | 3 | -178/+0 |
| | |||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 27 | -0/+28778 |
the tests and botan for everything else. |