Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rdrand: Reuse CPU feature detection to check for RDRAND instructions | Martin Willi | 2015-04-13 | 1 | -51/+4 |
| | |||||
* | rdrand: Provide get_features() regardless of RDRAND availability | Martin Willi | 2014-02-10 | 1 | -6/+6 |
| | | | | | As having no get_features() raises a deprecated warning, we return no features instead. | ||||
* | rdrand: Move RDRAND detection log to level 2 | Martin Willi | 2014-02-10 | 1 | -2/+2 |
| | | | | | When having RDRAND support, these log messages might be confusing when using pki or other tools. | ||||
* | Provide RNG_TRUE quality in rdrand by mixing reseeded outputs using AES | Martin Willi | 2013-01-11 | 1 | -0/+2 |
| | |||||
* | Provide RNG_STRONG quality in rdrand by forcing PRNG reseed after every sample | Martin Willi | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | Provide RNG_WEAK quality random generator in rdrand | Martin Willi | 2013-01-11 | 1 | -1/+16 |
| | |||||
* | Add a rdrand plugin stub detecting availability of RDRAND instructions | Martin Willi | 2013-01-11 | 1 | -0/+119 |