| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a constant-time multiplication in IDEA. Add more IDEA tests. | lloyd | 2010-06-14 | 1 | -0/+526 |
* | Add a set of test vectors for XTS mode using AES, Twofish, and | lloyd | 2010-01-25 | 1 | -0/+6677 |
* | Change Skein-512 to match the tweaked 1.2 specification. Round constants | lloyd | 2009-09-15 | 1 | -18454/+1637 |
* | Add a new option --no-autoload to configure.py. This will produce a minimal | lloyd | 2009-09-04 | 1 | -0/+2 |
* | Add a set of Serpent/CTR tests. The primary reason for this is because | lloyd | 2009-08-10 | 1 | -0/+541 |
* | Drop execute attributes on test files | lloyd | 2009-07-21 | 9 | -0/+0 |
* | Return the test suite result code from main() | lloyd | 2009-07-12 | 1 | -1/+1 |
* | Return 1 to system if exception is caught in check prog | lloyd | 2009-07-12 | 1 | -0/+2 |
* | Mark Skein_512 with the BOTAN_DLL macro | lloyd | 2009-06-06 | 2 | -2/+23 |
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 2 | -0/+26445 |
* | Add XTS mode, from IEEE P1619 | lloyd | 2009-04-16 | 2 | -1/+369 |
* | Add the GOST 34.11 hash function. Pretty slow, but functional. | lloyd | 2009-04-07 | 2 | -0/+71 |
* | Add a set of test vectors for GOST 28147-89 using the CryptoPro params | lloyd | 2009-04-01 | 1 | -0/+32 |
* | Use the full name for the GOST test vectors | lloyd | 2009-03-31 | 1 | -1/+1 |
* | GOST was using a completely non-standard set of sboxes. Change it to use | lloyd | 2009-03-27 | 1 | -20/+59 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 1 | -0/+2 |
* | Add some test vectors for EMSA3(Raw) with RSA generated using Crypto++ | lloyd | 2008-11-30 | 1 | -0/+58 |
* | Add verification tests for RSA/EMSA4 signatures generated by Crypto++ 5.5.2 | lloyd | 2008-11-28 | 1 | -0/+136 |
* | Add test vectors for RSA/EMSA2 generated by Crypto++ 5.5.2 | lloyd | 2008-11-28 | 1 | -0/+318 |
* | Add test vectors for RSA EMSA3 with RIPEMD-160 and Tiger. Generated by | lloyd | 2008-11-28 | 1 | -0/+153 |
* | Add a set of test vectors for RSA/EMSA3 with SHA-1, SHA-224, SHA-256, | lloyd | 2008-11-28 | 1 | -0/+337 |
* | Using SHA-1 as the check hash in the block cipher tests is messy b/c SHA-1 | lloyd | 2008-11-23 | 1 | -1/+1 |
* | Add a few test vectors for SHA-1 with longer inputs | lloyd | 2008-11-23 | 1 | -0/+129 |
* | Move AutoSeeded_RNG decl before check for --help flag, so startup time is eas... | lloyd | 2008-11-22 | 1 | -2/+2 |
* | Disable ec_tests.cpp unless ECDSA is enabled | lloyd | 2008-11-17 | 1 | -1/+13 |
* | Reorganize all GF(p)/ECC tests to be called from pk.cpp | lloyd | 2008-11-17 | 4 | -11/+13 |
* | Output that ECC tests are being run, and run them after GF(p) math tests whic... | lloyd | 2008-11-17 | 2 | -2/+5 |
* | Tame ec_tests.cpp and integrate it into the test code. | lloyd | 2008-11-17 | 3 | -1115/+1124 |
* | Add ec_test.cpp from InSiTo (low level ECC test cases) | lloyd | 2008-11-17 | 1 | -0/+1202 |
* | Fix mode benchmarking | lloyd | 2008-11-17 | 1 | -0/+2 |
* | Use std::vector instead of SecureVector to hold random input for filter bench... | lloyd | 2008-11-17 | 1 | -3/+3 |
* | Only create RNG if needed in test app | lloyd | 2008-11-13 | 1 | -5/+5 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -0/+2 |
* | Change LibraryInitializer back to accepting a std::string for backwards | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Fix segfault due to shared objects in DLIES test | lloyd | 2008-11-11 | 1 | -3/+10 |
* | Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpp | lloyd | 2008-11-11 | 2 | -4/+13 |
* | Update initializer in self-test | lloyd | 2008-11-10 | 1 | -3/+2 |
* | Another check for Parallel matching TLS.Digest.0 check | lloyd | 2008-11-10 | 1 | -0/+3 |
* | Handle HMAC_RNG not being enabled in dolook2.cpp | lloyd | 2008-11-10 | 1 | -11/+20 |
* | Add DLIES benchmark | lloyd | 2008-11-09 | 1 | -10/+72 |
* | Remove include of enums.h | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Add AutoSeeded_RNG to benchmark output | lloyd | 2008-11-07 | 2 | -0/+10 |
* | Add HMAC_RNG benchmarks. Change X9.31 PRNG to use HMAC_RNG as lower RNG | lloyd | 2008-10-28 | 2 | -11/+35 |
* | Remove stray text | lloyd | 2008-10-28 | 1 | -1/+0 |
* | Use a single RNG in check/test code | lloyd | 2008-10-27 | 1 | -10/+5 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -21/+19 |
* | Kill stray text | lloyd | 2008-10-24 | 1 | -1/+1 |
* | More useful PK benchmark output (also a bit easier to parse) | lloyd | 2008-10-22 | 1 | -32/+46 |
* | Use heap rather than stack for data input. Increase size to 128k | lloyd | 2008-10-22 | 1 | -5/+5 |