save-keys: Store derived IKE_SA keys in Wireshark format

The path has to be set first, otherwise, nothing is done.
This commit is contained in:
Codrut Cristian Grosu
2018-02-15 23:03:29 +01:00
committed by Andreas Steffen
parent 345cd4684c
commit 4be7db5f60
2 changed files with 203 additions and 0 deletions
+7
View File
@@ -1,2 +1,9 @@
charon.plugins.save-keys.load := no
Whether to load the plugin.
charon.plugins.save-keys.wireshark_keys
Directory where the keys are stored in the format supported by Wireshark
Directory where the keys are stored in the format supported by Wireshark.
IKEv1 keys are stored in the _ikev1_decryption_table_ file.
IKEv2 keys are stored in the _ikev2_decryption_table_ file.