| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 2 | -3/+0 |
|\ |
|
| * | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 2 | -3/+0 |
| * | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -8/+7 |
* | | Remove system_time(), replace entirely with std::chrono. | lloyd | 2009-12-01 | 1 | -2/+1 |
* | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 1 | -8/+8 |
* | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 2 | -4/+4 |
|\| |
|
| * | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 2 | -4/+4 |
* | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 2 | -1653/+1658 |
|\| |
|
| * | Split the AES vectors into 3 specifically named AES-128, AES-192, and | lloyd | 2009-11-10 | 1 | -1651/+1650 |
| * | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 1 | -2/+8 |
* | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 10 | -70/+79 |
|\ \
| |/
|/| |
|
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -1/+1 |
| * | Fix for removal of Default_Benchmark_Timer | lloyd | 2009-10-13 | 2 | -9/+18 |
| * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 8 | -60/+60 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 8 | -60/+60 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 1 | -1/+1 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc... | lloyd | 2009-09-16 | 8 | -60/+60 |
| | | |\ \ |
|
| | | | * \ | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 8 | -60/+60 |
| | | | |\ \ |
|
| | | | | * \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 9 | -0/+0 |
| | | | | |\ \ |
|
| | | | | * \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 8 | -60/+60 |
| | | | | |\ \ \ |
|
| | | | | | * \ \ | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 2 | -2/+23 |
| | | | | | |\ \ \ |
|
| | | | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 8 | -60/+60 |
| | | | | | |\ \ \ \ |
|
| | | | | | | * | | | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 2 | -10/+10 |
| | | | | | | * | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 7 | -50/+50 |
* | | | | | | | | | | | Add TEA and XTEA ECB vectors | lloyd | 2009-10-23 | 1 | -0/+650 |
* | | | | | | | | | | | Add test vectors for TEA and XTEA in CTR mode | lloyd | 2009-10-23 | 1 | -0/+1242 |
* | | | | | | | | | | | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -0/+7 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Remove unused arg | lloyd | 2009-10-09 | 1 | -3/+2 |
* | | | | | | | | | | 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 |
|/ / |
|