| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 69 | -865/+313 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 5 | -65/+35 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53... | lloyd | 2009-09-17 | 34 | -98/+162 |
| |\ \ |
|
| * | | | Use <chrono> in the runtime benchmarking code instead of the local | lloyd | 2009-09-16 | 3 | -56/+47 |
| * | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc... | lloyd | 2009-09-16 | 66 | -809/+266 |
| |\ \ \ |
|
| | * | | | 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 | 63 | -792/+256 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 134 | -391/+633 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 63 | -793/+258 |
| | | |\ \ \ \ |
|
| | | | * | | | | Move mutex directory back to the Attic | lloyd | 2009-07-03 | 14 | -421/+0 |
| | | | * | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 29 | -172/+220 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | Move mutex.h to src/mutex (from Attic) | lloyd | 2009-07-03 | 1 | -0/+56 |
| | | | * | | | | | Move mutex from Attic to src to deal with merge conflict | lloyd | 2009-07-03 | 12 | -0/+356 |
| | | | * | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 63 | -785/+258 |
| | | | |\ \ \ \ \ |
|
| | | | | * | | | | | Use C++0x std::shared_ptr<> instead of TR1's | lloyd | 2009-04-01 | 15 | -72/+58 |
| | | | | * | | | | | Replace the (deprecated) auto_ptr with unique_ptr. | lloyd | 2009-04-01 | 24 | -71/+79 |
| | | | | * | | | | | 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 | -545/+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 | 2 | -87/+99 |
* | | | | | | | | | | 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 |
* | | | | | | | | | | 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 | 14 | -0/+28 |
* | | | | | | | | | | 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 | 4 | -0/+168 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 4 | -0/+168 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | 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 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 | 2 | -90/+122 |
* | | | | | | | | | | Indentation fix | lloyd | 2009-09-21 | 1 | -13/+12 |
* | | | | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head 1f4729658b70a340064bc9a... | lloyd | 2009-09-17 | 134 | -1733/+3572 |
|\| | | | | | | | | |
|
| * | | | | | | | | | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 5 | -65/+35 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | Split up util.h into 3 files | lloyd | 2009-09-17 | 28 | -40/+49 |
| * | | | | | | | | Move memory locking function decls to mlock.h | lloyd | 2009-09-17 | 6 | -26/+47 |
| * | | | | | | | | Update OpenSSL engine with encrypt_n interface for block ciphers. | lloyd | 2009-09-17 | 2 | -12/+46 |
| |/ / / / / / / |
|
| * | | | | | | | In BMW-512, don't use the stack, instead use class SecureBuffers to reduce | lloyd | 2009-09-15 | 2 | -70/+70 |