| Commit message (Expand) | Author | Age | Files | Lines |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 7 | -11/+11 |
* | propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9... | lloyd | 2012-05-18 | 1 | -2/+2 |
|\ |
|
| * | Partially roll back b2aef16225863cef27cdee4b91703966b3ed1458, it | lloyd | 2012-04-28 | 1 | -2/+2 |
* | | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139... | lloyd | 2012-02-20 | 1 | -6/+14 |
|\| |
|
| * | Avoid blocking more than 100 ms in the random device reader. Scale up | lloyd | 2012-02-20 | 1 | -1/+2 |
| * | Force a reseed in HMAC_RNG after 20 bytes have been added, rather than | lloyd | 2012-02-15 | 1 | -5/+12 |
* | | Add string_join; inverse of split_on. | lloyd | 2011-06-17 | 1 | -2/+2 |
* | | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 2 | -6/+5 |
|\ \
| |/
|/| |
|
| * | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 2 | -6/+5 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 8 | -34/+55 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c... | lloyd | 2010-04-28 | 2 | -35/+31 |
| | |\ \ |
|
| | * \ \ | propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74... | lloyd | 2010-04-09 | 1 | -1/+0 |
| | |\ \ \ |
|
| | * \ \ \ | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54... | lloyd | 2010-03-21 | 2 | -6/+5 |
| | |\ \ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 2 | -6/+5 |
| | | |\ \ \ \ |
|
| | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 2 | -6/+5 |
| | | | |\ \ \ \ |
|
| | | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 2 | -6/+5 |
| | | | | |\ \ \ \ |
|
| | | | | | * | | | | Post-merge fixes | lloyd | 2009-12-16 | 2 | -12/+2 |
| | | | | | * | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 8 | -46/+21 |
| | | | | | |\ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c... | lloyd | 2009-12-01 | 2 | -30/+4 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 3 | -7/+7 |
| | | | | | |\ \ \ \ \ \ |
|
| | | | | | * | | | | | | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 2 | -6/+4 |
| | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 2 | -3/+4 |
| | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | * | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -1/+0 |
| | | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 1 | -2/+4 |
| | | | | | | |\ \ \ \ \ \ \ |
|
| | | | | | | | * | | | | | | | Change call to system_time to use std::chrono | lloyd | 2009-09-30 | 1 | -2/+4 |
* | | | | | | | | | | | | | | | Doxygen | lloyd | 2010-11-02 | 1 | -0/+5 |
* | | | | | | | | | | | | | | | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 2 | -8/+12 |
* | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 2 | -5/+5 |
* | | | | | | | | | | | | | | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 8 | -48/+48 |
* | | | | | | | | | | | | | | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -6/+4 |
* | | | | | | | | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 2 | -8/+8 |
* | | | | | | | | | | | | | | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 3 | -7/+5 |
* | | | | | | | | | | | | | | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -0/+7 |
* | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 2 | -2/+2 |
* | | | | | | | | | | | | | | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 3 | -6/+6 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Yet more Doxygen comments | lloyd | 2010-06-16 | 6 | -32/+50 |
* | | | | | | | | | | | | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 2 | -2/+5 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | HMAC_RNG handling changes - split up reseed() and add_entropy() | lloyd | 2010-04-27 | 2 | -35/+31 |
* | | | | | | | | | | | | Remove add_entropy_vec. Much cleaner way of doing this: add the entire | lloyd | 2010-04-27 | 1 | -3/+0 |
* | | | | | | | | | | | | Add add_entropy_vec which calls add_entropy on the passed vector. Has | lloyd | 2010-04-23 | 1 | -0/+3 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Don't delete the global RNG in AutoSeeded_RNG's destructor | lloyd | 2010-03-23 | 1 | -1/+0 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | In add_entropy(), additionally poll for 64 bits of system entropy | lloyd | 2010-03-19 | 1 | -15/+20 |
* | | | | | | | | | | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 3 | -151/+10 |
|/ / / / / / / / / |
|
* / / / / / / / / | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 2 | -2/+2 |
|/ / / / / / / / |
|
* / / / / / / / | Use Algorithm_Factory instead of instantiating directly; will allow the use | lloyd | 2010-01-07 | 1 | -10/+14 |
|/ / / / / / / |
|
* | | | | | / | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 2 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 3 | -7/+7 |
* | | | | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 6 | -45/+10 |
| |_|_|_|/
|/| | | | |
|