aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of file descriptor zeroJack Lloyd2016-10-221-13/+11
* Fix doxygen warnings [ci skip]René Korthaus2016-10-192-5/+7
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-126-9/+9
* The implicit constructor does not specify a provider.slaviber2016-10-071-1/+1
* Fix entropy source selection logic on WindowsJack Lloyd2016-10-041-1/+2
* Make Windows happyJack Lloyd2016-08-282-2/+2
* Travis CI additions and cleanupJack Lloyd2016-08-282-2/+2
* RNG changes (GH #593)Jack Lloyd2016-08-241-0/+5
* Add RDRAND_RNGJack Lloyd2016-07-192-39/+9
* Compile fixJack Lloyd2016-07-181-1/+1
* Fix proc_walk - would always return 0 entropy collected.Jack Lloyd2016-07-182-7/+10
* Fix assignmentJack Lloyd2016-07-171-1/+1
* Revamp entropy pollingJack Lloyd2016-07-1726-373/+275
* Move poll logic to Entropy_SourcesJack Lloyd2016-07-172-3/+26
* Add Stateful_RNGJack Lloyd2016-07-174-28/+61
* Fix SecRandomCopyBytes call with older OS X SDKsJack Lloyd2016-07-151-0/+1
* Trivial warning fixesJack Lloyd2016-03-092-2/+2
* Merge GH #373 RDRAND/RDSEED logic changesJack Lloyd2016-03-062-34/+35
|\
| * move logic back into poll()Daniel Neus2016-01-262-60/+36
| * review changesDaniel Neus2015-12-214-37/+39
| * RdRand and RdSeed logic changesDaniel Neus2015-12-204-36/+59
* | Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-2/+2
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-054-5/+5
* | GlobalMemoryStatusEx is on XP GH #419Jack Lloyd2016-02-091-2/+2
* | Add explicit fork check to HMAC_RNGJack Lloyd2016-02-072-72/+6
* | Revert GH #365 Replace deprecated Win API calls in Win32_EntropySourceJack Lloyd2016-02-061-3/+3
* | Make Entropy_Sources and Entropy_Accumulator final.Jack Lloyd2016-01-171-4/+2
* | Merge GH #365 Replace deprecated Windows API calls in Win32_EntropySourceJack Lloyd2016-01-131-3/+3
|\ \
| * | Replace deprecated Win API calls in Win32_EntropySourceDaniel Neus2015-12-161-3/+3
* | | Add final attribute to many classesJack Lloyd2016-01-1011-12/+12
* | | Mass-prefix member vars with m_René Korthaus2016-01-084-28/+28
| |/ |/|
* | Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-192-22/+2
* | add support for Intel RdSeedDaniel Neus2015-12-184-0/+118
* | Enable RdRand on Windows/MSVCDaniel Neus2015-12-161-0/+1
|/
* Missing addsJack Lloyd2015-12-112-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-112-6/+6
* Add differential compression test.Jack Lloyd2015-11-281-1/+1
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-289-65/+53
* New reseed_with_sources call on RNGsJack Lloyd2015-11-2419-99/+181
* Add the Darwin_SecRandom entropy sourceDaniel Seither2015-09-254-0/+84
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-4/+0
* entropy: Add missing overridesDaniel Seither2015-07-3010-20/+20
* Fix typosSimon Warta2015-07-241-1/+1
* Add Android OSDaniel Seither2015-07-174-0/+4
* Add OS feature getsidDaniel Seither2015-07-171-0/+2
* Remove references to removed tru64 OSDaniel Seither2015-07-174-4/+0
* lib/entropy: Convert &vec[0] to vec.data()Simon Warta2015-06-275-10/+10
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-312-2/+2