aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/rdrand
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-38/+38
|
* rdrand: Reuse CPU feature detection to check for RDRAND instructionsMartin Willi2015-04-131-51/+4
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* 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.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Fix Doxygen comment for rdrand pluginTobias Brunner2013-01-311-1/+1
|
* Reseed rdrand after every 128bit sample onlyMartin Willi2013-01-151-2/+2
|
* Use raw opcodes for rdrand to build with older binutilsMartin Willi2013-01-111-6/+6
|
* Provide RNG_TRUE quality in rdrand by mixing reseeded outputs using AESMartin Willi2013-01-112-8/+108
|
* Provide RNG_STRONG quality in rdrand by forcing PRNG reseed after every sampleMartin Willi2013-01-112-1/+69
|
* Provide RNG_WEAK quality random generator in rdrandMartin Willi2013-01-114-2/+342
|
* Add a rdrand plugin stub detecting availability of RDRAND instructionsMartin Willi2013-01-113-0/+176