aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Avoid use of deprecated function in (deprecated) Serialized_RNG constructorJack Lloyd2017-02-191-1/+10
* Change meaning of get_processor_timestampJack Lloyd2017-01-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-0/+2
* RNG changes (GH #593)Jack Lloyd2016-08-241-111/+29
* Address some review comments from @cordneyJack Lloyd2016-07-171-4/+4
* Move poll logic to Entropy_SourcesJack Lloyd2016-07-171-15/+1
* Add Stateful_RNGJack Lloyd2016-07-171-24/+35
* Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTIONJack Lloyd2016-07-171-1/+1
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-9/+114
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-0/+15
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+5
* Typolloyd2015-03-061-1/+1
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-5/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-13/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+34