| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new selftest framework for testing hashes, MACs, and ciphers. | lloyd | 2009-10-07 | 4 | -1490/+269 |
* | Fix benchmarking of PK stuff | lloyd | 2009-09-29 | 1 | -1/+1 |
* | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 8 | -381/+223 |
* | Remove redundant SHA-1 test vector of empty input | lloyd | 2009-09-22 | 1 | -1/+0 |
* | Add 4 test vectors for HMAC(BMW-512) | lloyd | 2009-09-21 | 1 | -0/+41 |
* | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 1 | -512/+1122 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 2 | -1/+1915 |
* | propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c... | lloyd | 2009-09-15 | 6 | -63/+848 |
|\ |
|
| * | Add a couple of Serpent/XTS test vectors (SQLite data pages) | lloyd | 2009-09-10 | 1 | -0/+273 |
| * | Wrap benchmark_rw call in BOTAN_HAS_RW macro check | lloyd | 2009-09-04 | 1 | -0/+2 |
| * | Remove support for HTML benchmark output. Easier/simpler to parse the | lloyd | 2009-08-14 | 4 | -63/+24 |
| * | Add some longer Serpent CTR vectors | lloyd | 2009-08-12 | 1 | -0/+460 |
| * | Modify Keyed_Filter so it is a pure interface | lloyd | 2009-08-11 | 1 | -0/+89 |
| * | Change the BlockCipher interface to support multi-block encryption and | lloyd | 2009-08-11 | 1 | -0/+2 |
* | | 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 |