]> git.ipfire.org Git - thirdparty/strongswan.git/commit
save-keys: Add save-keys plugin
authorCodrut Cristian Grosu <codrut.cristian.grosu@gmail.com>
Fri, 2 Sep 2016 12:06:30 +0000 (15:06 +0300)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 15 Feb 2018 22:03:29 +0000 (23:03 +0100)
commit345cd4684c0c23f8999164549a6468819246a3d0
tree19ba06a979a470db09f5bd710341091913d46021
parent4eaf08c35b3d9db6ad9b6e3bc5a7ac55421feda5
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.
conf/Makefile.am
conf/plugins/save-keys.opt [new file with mode: 0644]
configure.ac
src/libcharon/Makefile.am
src/libcharon/plugins/save_keys/Makefile.am [new file with mode: 0644]
src/libcharon/plugins/save_keys/save_keys_listener.c [new file with mode: 0644]
src/libcharon/plugins/save_keys/save_keys_listener.h [new file with mode: 0644]
src/libcharon/plugins/save_keys/save_keys_plugin.c [new file with mode: 0644]
src/libcharon/plugins/save_keys/save_keys_plugin.h [new file with mode: 0644]