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
+1
View File
@@ -87,6 +87,7 @@ plugins = \
plugins/random.opt \
plugins/resolve.opt \
plugins/revocation.opt \
plugins/save-keys.opt \
plugins/socket-default.opt \
plugins/sql.opt \
plugins/stroke.opt \
+2
View File
@@ -0,0 +1,2 @@
charon.plugins.save-keys.load := no
Whether to load the plugin.