aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/nonce
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* 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.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Relay rng return value in nonce pluginTobias Brunner2012-07-161-4/+2
|
* Nonce: Let get_nonce, allocate_nonce return booleanReto Buerki2012-07-161-2/+4
|
* Add nonce plugin implementationAdrian-Ken Rueegsegger2012-05-185-0/+264
This nonce generator uses an RNG to generate nonces. The RNG quality is currently set to RNG_WEAK which is the same value used in IKE init. The plugin is enabled and thus built by default.