save-keys: Add save-keys plugin

This plugin will export IKE_SA and CHILD_SA secret keys in the format used
by Wireshark.

It has to be loaded explicitly.
This commit is contained in:
Codrut Cristian Grosu
2018-02-15 23:03:29 +01:00
committed by Andreas Steffen
parent 4eaf08c35b
commit 345cd4684c
9 changed files with 306 additions and 0 deletions
+7
View File
@@ -208,6 +208,13 @@ if MONOLITHIC
endif
endif
if USE_SAVE_KEYS
SUBDIRS += plugins/save_keys
if MONOLITHIC
libcharon_la_LIBADD += plugins/save_keys/libstrongswan-save-keys.la
endif
endif
if USE_SOCKET_DEFAULT
SUBDIRS += plugins/socket_default
if MONOLITHIC