Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RtlGenRandom instead of CryptoAPI | Jack Lloyd | 2018-03-14 | 1 | -4/+3 |
| | |||||
* | Test OS features by the feature vs the OS name | Jack Lloyd | 2017-12-30 | 1 | -10/+10 |
| | |||||
* | Remove some unused OS feature flags | Jack Lloyd | 2017-12-13 | 1 | -24/+22 |
| | | | | | We are unlikely to ever use gettimeofday or memset_s going forward. Also MinGW had the wrong flag for VirtualLock | ||||
* | Update os.rst | Simon Warta | 2017-01-03 | 1 | -19/+25 |
| | |||||
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -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 features | Simon Warta | 2015-07-27 | 1 | -0/+54 |