aboutsummaryrefslogtreecommitdiffstats
path: root/doc/os.rst
Commit message (Collapse)AuthorAgeFilesLines
* Use RtlGenRandom instead of CryptoAPIJack Lloyd2018-03-141-4/+3
|
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-10/+10
|
* Remove some unused OS feature flagsJack Lloyd2017-12-131-24/+22
| | | | | We are unlikely to ever use gettimeofday or memset_s going forward. Also MinGW had the wrong flag for VirtualLock
* Update os.rstSimon Warta2017-01-031-19/+25
|
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-1/+0
| | | | | | | | | | | | | Provides an easier way for an application to configure a list of entropy sources they'd like to use, or add a custom entropy source to their seeding. Exposes some toggles for the global/default entropy sources to build.h Adds basic entropy tests which runs the polls and does sanity checking on the results, including compression tests if available. These are less useful for the CSPRNG outputs but a good check for the ones producing plain ASCII like the /proc reader.
* Document OS featuresSimon Warta2015-07-271-0/+54