Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | tests: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -0/+5 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 1 | -0/+2 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+61 |