| Commit message (Expand) | Author | Age | Files | Lines |
* | HMAC_RNG will now reseed immediately when provided user input. | lloyd | 2013-11-10 | 2 | -25/+13 |
* | HMAC_RNG will now reseed itself on occasion | lloyd | 2013-11-06 | 1 | -0/+7 |
* | Fix calling name() on deleted objects | lloyd | 2013-07-19 | 1 | -2/+1 |
* | Partially roll back b2aef16225863cef27cdee4b91703966b3ed1458, it | lloyd | 2012-04-28 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -30/+4 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 3 | -7/+7 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 5 | -10/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 8 | -9/+9 |
* | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 3 | -3/+2 |
|\ |
|
| * | Split up util.h into 3 files | lloyd | 2009-09-17 | 2 | -2/+1 |
| * | Throw Internal_Error instead of Algorithm_Not_Found if no usable RNG | lloyd | 2009-09-08 | 1 | -1/+1 |
* | | Don't make auto_rng require AES; using it is optional as long as HMAC_RNG | lloyd | 2009-10-13 | 2 | -4/+6 |
|/ |
|
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 5 | -7/+20 |
* | Improve handling of low-entropy situations in HMAC_RNG and Randpool. | lloyd | 2009-06-21 | 2 | -8/+14 |
* | Change the order of preference for /dev/*random polling to | lloyd | 2009-06-09 | 1 | -1/+1 |
* | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 1 | -1/+0 |
* | Make AutoSeeded_RNG::reseed's parameter default to 256 for compatability | lloyd | 2009-04-16 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 10 | -26/+46 |
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 4 | -35/+14 |
* | Make Entropy_Accumulator a pure virtual to allow other accumulation | lloyd | 2009-01-31 | 2 | -2/+2 |
* | In the X9.31 PRNG, move the code that rekeys the cipher and generates V to | lloyd | 2009-01-31 | 2 | -44/+53 |
* | Have Entropy_Accumulator dump everything into a BufferedComputation. | lloyd | 2009-01-27 | 2 | -5/+3 |
* | Major change in RNG semantics: you must call reseed before calling | lloyd | 2009-01-27 | 3 | -20/+4 |