aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-178-34/+55
|\
| * Yet more Doxygen commentslloyd2010-06-166-32/+50
| * More Doxygen updates/fixeslloyd2010-06-152-2/+5
* | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c...lloyd2010-04-282-35/+31
|\|
| * HMAC_RNG handling changes - split up reseed() and add_entropy()lloyd2010-04-272-35/+31
| * Remove add_entropy_vec. Much cleaner way of doing this: add the entirelloyd2010-04-271-3/+0
| * Add add_entropy_vec which calls add_entropy on the passed vector. Haslloyd2010-04-231-0/+3
* | propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-091-1/+0
|\|
| * Don't delete the global RNG in AutoSeeded_RNG's destructorlloyd2010-03-231-1/+0
* | propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-212-6/+5
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-142-6/+5
| |\
| | * propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-212-6/+5
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-212-6/+5
| | | |\
| | | | * Post-merge fixeslloyd2009-12-162-12/+2
| | | | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-168-46/+21
| | | | |\
| | | | * \ propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-012-30/+4
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-173-7/+7
| | | | |\ \ \
| | | | * | | | Use auto for long iterator names, etc.lloyd2009-11-162-6/+4
| | | | * | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-022-3/+4
| | | | |\ \ \ \
| | | | | * | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+0
| | | | | * | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-2/+4
| | | | | |\ \ \ \
| | | | | | * | | | Change call to system_time to use std::chronolloyd2009-09-301-2/+4
* | | | | | | | | | In add_entropy(), additionally poll for 64 bits of system entropylloyd2010-03-191-15/+20
* | | | | | | | | | There are some nasty API problems that are caused by having to pass alloyd2010-03-193-151/+10
|/ / / / / / / / /
* / / / / / / / / Move the get_byte template to its own header, because many fileslloyd2010-02-022-2/+2
|/ / / / / / / /
* / / / / / / / Use Algorithm_Factory instead of instantiating directly; will allow the uselloyd2010-01-071-10/+14
|/ / / / / / /
* | | | | | / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-212-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Make many more headers internal-only.lloyd2009-12-163-7/+7
* | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-166-45/+10
| |_|_|_|/ |/| | | |
* | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-013-30/+4
| |_|_|/ |/| | |
* | | | Rename/remove some secmem member variables for better matching with STLlloyd2009-11-173-7/+7
|/ / /
* | | Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-295-10/+0
* | | Remove all exception specifications. The way these are designed in C++ islloyd2009-10-228-9/+9
|/ /
* | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e...lloyd2009-10-133-3/+2
|\|
| * Split up util.h into 3 fileslloyd2009-09-172-2/+1
| * Throw Internal_Error instead of Algorithm_Not_Found if no usable RNGlloyd2009-09-081-1/+1
* | Don't make auto_rng require AES; using it is optional as long as HMAC_RNGlloyd2009-10-132-4/+6
|/
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-155-7/+20
* Improve handling of low-entropy situations in HMAC_RNG and Randpool.lloyd2009-06-212-8/+14
* Change the order of preference for /dev/*random polling tolloyd2009-06-091-1/+1
* Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* Make AutoSeeded_RNG::reseed's parameter default to 256 for compatabilitylloyd2009-04-161-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3010-26/+46
* Remove the notion of counting entropy bits in HMAC_RNG or Randpool.lloyd2009-01-314-35/+14
* Make Entropy_Accumulator a pure virtual to allow other accumulationlloyd2009-01-312-2/+2
* In the X9.31 PRNG, move the code that rekeys the cipher and generates V tolloyd2009-01-312-44/+53
* Have Entropy_Accumulator dump everything into a BufferedComputation.lloyd2009-01-272-5/+3
* Major change in RNG semantics: you must call reseed before callinglloyd2009-01-273-20/+4
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-279-238/+159
* Reduce size of I/O buffer in HMAC_RNG from 128 to 96 bytes. Unlikely that anylloyd2008-11-231-1/+1