Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -38/+38 |
| | |||||
* | rdrand: Reuse CPU feature detection to check for RDRAND instructions | Martin Willi | 2015-04-13 | 1 | -51/+4 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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 plugin | Tobias Brunner | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Reseed rdrand after every 128bit sample only | Martin Willi | 2013-01-15 | 1 | -2/+2 |
| | |||||
* | Use raw opcodes for rdrand to build with older binutils | Martin Willi | 2013-01-11 | 1 | -6/+6 |
| | |||||
* | Provide RNG_TRUE quality in rdrand by mixing reseeded outputs using AES | Martin Willi | 2013-01-11 | 2 | -8/+108 |
| | |||||
* | Provide RNG_STRONG quality in rdrand by forcing PRNG reseed after every sample | Martin Willi | 2013-01-11 | 2 | -1/+69 |
| | |||||
* | Provide RNG_WEAK quality random generator in rdrand | Martin Willi | 2013-01-11 | 4 | -2/+342 |
| | |||||
* | Add a rdrand plugin stub detecting availability of RDRAND instructions | Martin Willi | 2013-01-11 | 3 | -0/+176 |