aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/rdrand/rdrand_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* rdrand: Reuse CPU feature detection to check for RDRAND instructionsMartin Willi2015-04-131-51/+4
|
* rdrand: Provide get_features() regardless of RDRAND availabilityMartin Willi2014-02-101-6/+6
| | | | | As having no get_features() raises a deprecated warning, we return no features instead.
* rdrand: Move RDRAND detection log to level 2Martin Willi2014-02-101-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 AESMartin Willi2013-01-111-0/+2
|
* Provide RNG_STRONG quality in rdrand by forcing PRNG reseed after every sampleMartin Willi2013-01-111-0/+1
|
* Provide RNG_WEAK quality random generator in rdrandMartin Willi2013-01-111-1/+16
|
* Add a rdrand plugin stub detecting availability of RDRAND instructionsMartin Willi2013-01-111-0/+119