Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Push the hardcoded entropy estimates up to build.h | Jack Lloyd | 2015-11-28 | 1 | -11/+8 |
| | | | | Defaults should be fine for everyone but it makes the values more transparent | ||||
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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. | ||||
* | entropy: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM | simon | 2015-05-31 | 1 | -1/+1 |
| | | | | GH #103 | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Don't bother polling std:: clocks if we have clock_gettime | lloyd | 2014-08-09 | 1 | -32/+22 |
| | |||||
* | Avoid std::chrono::steady_clock, missing in some distro gccs | lloyd | 2014-04-25 | 1 | -1/+0 |
| | |||||
* | Add std::chrono clock poll | lloyd | 2014-02-02 | 1 | -11/+30 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+160 |