| Commit message (Expand) | Author | Age | Files | Lines |
* | Add additional Threefish test vectors | Jeffrey Walton | 2017-05-15 | 1 | -0/+77 |
* | Add Threefish block cipher (Issue 422) | Jeffrey Walton | 2017-05-14 | 2 | -0/+42 |
* | Don't latch BlockSize or BlockPaddingScheme across tests | Jeffrey Walton | 2017-05-14 | 1 | -6/+2 |
* | Add Kalyna CBC test vectors | Jeffrey Walton | 2017-05-10 | 1 | -5/+72 |
* | Remove EncryptBlockCipher | Jeffrey Walton | 2017-05-10 | 1 | -1/+0 |
* | Add Kalyna block cipher (Issue 411) | Jeffrey Walton | 2017-05-06 | 2 | -0/+42 |
* | Add variable block size support to test and benchmarks | Jeffrey Walton | 2017-05-04 | 1 | -2/+4 |
* | Group DSA-RFC6979 tests together by hash value | Jeffrey Walton | 2017-04-15 | 1 | -204/+205 |
* | Add missing sha2 and sha3 test file names | Jeffrey Walton | 2017-04-15 | 2 | -0/+12 |
* | Add ARIA test vectors from RFC 5794 | Jeffrey Walton | 2017-04-13 | 1 | -3/+27 |
* | Reformat aria.txt test vectors | Jeffrey Walton | 2017-04-11 | 1 | -205/+106 |
* | Add ARIA block cipher | Jeffrey Walton | 2017-04-10 | 2 | -0/+234 |
* | Add Aumasson and Bernstein's SipHash (Issue 348) | Jeffrey Walton | 2016-12-17 | 2 | -0/+3850 |
* | Removed unused ecdsa_rfc6979.txt references (Issue 121) | Jeffrey Walton | 2016-12-11 | 1 | -1/+0 |
* | Add Deterministic DSA and ECDSA Signatures (Issue 121) | Jeffrey Walton | 2016-12-11 | 2 | -41/+41 |
* | Add full NIST SHA test vector suite for use with 'cryptest.exe tv' | Jeffrey Walton | 2016-12-01 | 8 | -1/+3631 |
* | Add TLS-ChaCha test vectors from http://tools.ietf.org/html/draft-agl-tls-cha... | Jeffrey Walton | 2016-09-12 | 2 | -1/+39 |
* | Squashed commit of the following: | Jeffrey Walton | 2016-09-08 | 7 | -48/+10 |
* | Comment test vector files not present in HMQV branch | Jeffrey Walton | 2016-08-21 | 1 | -1/+1 |
* | Whitespace cleanup in test vectors and data files | Jeffrey Walton | 2016-07-19 | 7 | -127/+127 |
* | Make test program aware of CRYPTOPP_USE_FIPS_202_SHA3, use alternate all.txt | Jeffrey Walton | 2016-04-23 | 1 | -0/+38 |
* | Add missing short test vectors | Jeffrey Walton | 2016-04-23 | 4 | -0/+1840 |
* | Add SHA3/FIPS 202 test vectors. Add note to config.h on uncommenting sha3_fip... | Jeffrey Walton | 2016-04-23 | 6 | -0/+1619 |
* | Add ChaCha test vectors to All group | Jeffrey Walton | 2016-04-21 | 1 | -0/+1 |
* | Add test vectors | Jeffrey Walton | 2016-04-21 | 1 | -0/+120 |
* | Added BLAKE2 Cryptographic Hash and Message Authentication Code | Jeffrey Walton | 2016-04-17 | 4 | -0/+668 |
* | Added 2048-bit modulus tests | Jeffrey Walton | 2016-04-10 | 1 | -0/+406 |
* | Enable DSA test vectors for deterministic signatures | Jeffrey Walton | 2016-04-10 | 1 | -1/+1 |
* | Folded Signature tests into objects of same Name | Jeffrey Walton | 2016-04-10 | 1 | -225/+27 |
* | Added DSA test vectors for deterministic signatures | Jeffrey Walton | 2016-04-10 | 1 | -0/+454 |
* | Prepare for RFC6979, Deterministic Usage of the Digital Signature Algorithm (... | Jeffrey Walton | 2016-04-09 | 1 | -0/+2 |
* | Updated documentation | Jeffrey Walton | 2016-04-09 | 1 | -8/+17 |
* | Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3 | Jeffrey Walton | 2015-11-22 | 1 | -16/+16 |
* | Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar... | Jeffrey Walton | 2015-11-22 | 1 | -16/+16 |
* | Crypto++ 5.6.3 check-in | Jeffrey Walton | 2015-11-20 | 1 | -16/+16 |
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov... | Jeffrey Walton | 2015-11-18 | 25 | -22334/+22339 |
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -0/+175 |
* | fix line endings | weidai | 2013-01-26 | 1 | -845/+845 |
* | add SHA-3 | weidai | 2013-01-19 | 3 | -1/+923 |
* | add HMAC/SHA2 test vectors | weidai | 2010-08-08 | 1 | -0/+156 |
* | add longer self-generated test vectors | weidai | 2010-07-24 | 2 | -0/+81 |
* | remove WAKE-CFB | weidai | 2010-07-06 | 1 | -6/+0 |
* | fix incorrect encryption bug with WAKE-OFB that was introduced in version 5.5... | weidai | 2009-10-31 | 2 | -0/+17 |
* | fix EC2N skipping of optional seed, switch to public domain MARS code, delive... | weidai | 2009-03-28 | 2 | -0/+67 |
* | - add EAX mode, XSalsa20 | weidai | 2009-03-12 | 3 | -0/+499 |
* | add x86/x64 assembly for SHA-256, | weidai | 2009-03-10 | 1 | -25/+25 |
* | changes for 5.6: | weidai | 2009-03-02 | 10 | -68/+593 |
* | fix incorrect VMAC computation on message lengths that are >64 mod 128 | weidai | 2009-01-24 | 1 | -0/+18 |
* | update to draft-01 | weidai | 2007-05-04 | 1 | -6/+48 |
* | new test vectors. 'Test: Encrypt' now tests decryption also | weidai | 2007-04-15 | 10 | -2900/+53 |