| Commit message (Expand) | Author | Age | Files | Lines |
* | Change call to system_time to use std::chrono | lloyd | 2009-09-30 | 1 | -2/+4 |
* | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 78 | -528/+388 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 6 | -66/+37 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 35 | -99/+163 |
| |\ \ |
|
| * | | | Use <chrono> in the runtime benchmarking code instead of the local | lloyd | 2009-09-16 | 4 | -58/+48 |
| * | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc... | lloyd | 2009-09-16 | 74 | -447/+326 |
| |\ \ \ |
|
| | * | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs... | lloyd | 2009-09-11 | 4 | -18/+11 |
| | * | | | Use GCC 4.4.1-release for C++0x testing | lloyd | 2009-09-09 | 1 | -1/+1 |
| | * | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 71 | -430/+316 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 149 | -507/+873 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 71 | -432/+318 |
| | | |\ \ \ \ |
|
| | | | * | | | | Move mutex directory back to the Attic | lloyd | 2009-07-03 | 14 | -0/+0 |
| | | | * | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 35 | -222/+1250 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | Move mutex.h to src/mutex (from Attic) | lloyd | 2009-07-03 | 1 | -0/+0 |
| | | | * | | | | | Move mutex from Attic to src to deal with merge conflict | lloyd | 2009-07-03 | 12 | -0/+0 |
| | | | * | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 71 | -433/+318 |
| | | | |\ \ \ \ \ |
|
| | | | | * | | | | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 17 | -82/+68 |
| | | | | * | | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 31 | -121/+129 |
| | | | | * | | | | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 3 | -79/+68 |
| | | | | * | | | | | Remove copy_if, now included in C++0x (also, it turns out, not being used | lloyd | 2009-04-01 | 1 | -16/+0 |
| | | | | * | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 25 | -133/+51 |
| | | | | * | | | | | Start a new branch for C++0x experimentation. | lloyd | 2009-04-01 | 1 | -2/+2 |
* | | | | | | | | | | Disable prefetch in AES for now. Problem: with iterative modes like CBC, | lloyd | 2009-09-30 | 2 | -20/+0 |
* | | | | | | | | | | Add cpuid check for Intel AES | lloyd | 2009-09-30 | 1 | -1/+8 |
* | | | | | | | | | | Add vendor ID for AMD | lloyd | 2009-09-29 | 1 | -1/+1 |
* | | | | | | | | | | Significantly rework CPUID support. Add cache line detection | lloyd | 2009-09-29 | 3 | -87/+114 |
* | | | | | | | | | | Add .S files automatically as well | lloyd | 2009-09-29 | 1 | -1/+2 |
* | | | | | | | | | | Fix benchmarking of PK stuff | lloyd | 2009-09-29 | 1 | -1/+1 |
* | | | | | | | | | | Use prefetching in AES. Nominally, this will help somewhat with preventing | lloyd | 2009-09-29 | 1 | -0/+8 |
* | | | | | | | | | | Change the prefetching interface; move to PREFETCH namespace, and add a | lloyd | 2009-09-29 | 1 | -9/+25 |
* | | | | | | | | | | Add interface for general runtime self-testing of ciphers, hashes, etc | lloyd | 2009-09-29 | 2 | -8/+75 |
* | | | | | | | | | | Remove add block from utils/info.txt | lloyd | 2009-09-29 | 1 | -27/+0 |
* | | | | | | | | | | Remove add block from block/info.txt | lloyd | 2009-09-29 | 1 | -6/+0 |
* | | | | | | | | | | Remove add blocks from hash function info.txt files | lloyd | 2009-09-29 | 21 | -146/+0 |
* | | | | | | | | | | Remove add blocks from block cipher info files | lloyd | 2009-09-29 | 25 | -188/+0 |
* | | | | | | | | | | New logic for reading info.txt files - if no <add> block was given, then | lloyd | 2009-09-29 | 1 | -1/+8 |
* | | | | | | | | | | Add some basic prefetching support (only supported with GNU C++ or things | lloyd | 2009-09-29 | 4 | -3/+44 |
* | | | | | | | | | | Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.h | lloyd | 2009-09-29 | 15 | -7/+40 |
* | | | | | | | | | | Use load_le instead of make_u32bit in Serpent x86 key schedule code | lloyd | 2009-09-29 | 1 | -1/+1 |
* | | | | | | | | | | merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c' | lloyd | 2009-09-25 | 5 | -0/+169 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 5 | -0/+169 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 8 | -381/+223 |
* | | | | | | | | | | Add BitBucket to basefilt.h | lloyd | 2009-09-24 | 1 | -0/+8 |
* | | | | | | | | | | Add engine deps on the asm_xxx modules so the engines get loaded | lloyd | 2009-09-24 | 2 | -0/+8 |
* | | | | | | | | | | Enable OpenSSL AES (fixed, I think). And add support for OpenSSL's RC5 | lloyd | 2009-09-24 | 1 | -1/+7 |
* | | | | | | | | | | In the benchmark code, set a random key for the block and stream ciphers. | lloyd | 2009-09-23 | 1 | -0/+4 |
* | | | | | | | | | | 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 |
* | | | | | | | | | | Remove unneeded headers | lloyd | 2009-09-21 | 1 | -2/+0 |
* | | | | | | | | | | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 4 | -603/+1245 |