aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy
Commit message (Expand)AuthorAgeFilesLines
* Define macro so windows.h doesn't include winsock.hJack Lloyd2017-09-031-0/+2
* Refactor RNGs to support Windows PhoneJack Lloyd2017-09-024-183/+45
* Fix missing virtual destructor on CSP_HandleJack Lloyd2017-08-312-2/+3
* Fix for amalgamation build on WindowsRené Korthaus2017-08-041-0/+1
* Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
* Fixes for MSVC version detectionJack Lloyd2017-05-191-1/+1
* Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-181-3/+3
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-029-9/+27
* Always poll 256 bytes from Getentropy.Alexander Bluhm2017-03-301-3/+4
* Disable entropy proc_walk on OpenBSD.Alexander Bluhm2017-03-301-1/+0
* Use getentropy(2) as random source.Alexander Bluhm2017-03-294-0/+78
* Small fixes in API docs [ci skip]René Korthaus2017-03-091-3/+3
* Merge GH #813 Remove obsolete entropy source infoJack Lloyd2017-01-061-18/+0
|\
| * removed two more obsolete entropy source referencesDaniel Neus2017-01-061-14/+0
| * Remove obsolete hres_timer includeDaniel Neus2017-01-061-4/+0
* | Return 0 bits in Darwin_SecRandom::poll on SecRandomCopyBytes failureDaniel Neus2017-01-061-0/+2
|/
* Add os iosSimon Warta2017-01-031-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-4/+4
* Remove <source> block from info.txt filesJack Lloyd2016-12-087-29/+1
* define NOMINMAX 1 before every include of windows.hBaruch Burstein2016-11-282-2/+2
* Compile fixJack Lloyd2016-11-031-1/+1
* Remove unused values from build.hJack Lloyd2016-11-031-1/+3
* Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runnerJack Lloyd2016-10-2811-855/+0
* 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