Add nonce plugin implementation

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.
This commit is contained in:
Adrian-Ken Rueegsegger
2012-05-18 08:15:40 +02:00
committed by Tobias Brunner
parent e2fc09c186
commit 04024b5de8
7 changed files with 275 additions and 0 deletions
+7
View File
@@ -210,6 +210,13 @@ if MONOLITHIC
endif
endif
if USE_NONCE
SUBDIRS += plugins/nonce
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/nonce/libstrongswan-nonce.la
endif
endif
if USE_HMAC
SUBDIRS += plugins/hmac
if MONOLITHIC