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:
committed by
Tobias Brunner
parent
e2fc09c186
commit
04024b5de8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user