aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-02-25 16:23:03 +0100
committerTobias Brunner <tobias@strongswan.org>2015-03-04 13:54:09 +0100
commitfff3576b6b861acedb63399fa3f5479d935562a7 (patch)
treed0b0732b9843d0a598e69ca48dc426da2403d8a8 /conf
parent6a2a9bfb4892d61f9c6aad7c87168f7f2fd3aa94 (diff)
downloadstrongswan-fff3576b6b861acedb63399fa3f5479d935562a7.tar.bz2
strongswan-fff3576b6b861acedb63399fa3f5479d935562a7.tar.xz
ikev2: Add a global option to disable RFC 7427 signature authentication
This is mostly for testing.
Diffstat (limited to 'conf')
-rw-r--r--conf/options/charon.opt3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/options/charon.opt b/conf/options/charon.opt
index f0969e6c6..380ce9305 100644
--- a/conf/options/charon.opt
+++ b/conf/options/charon.opt
@@ -287,6 +287,9 @@ charon.send_delay_type = 0
charon.send_vendor_id = no
Send strongSwan vendor ID payload
+charon.signature_authentication = yes
+ Whether to enable Signature Authentication as per RFC 7427.
+
charon.start-scripts {}
Section containing a list of scripts (name = path) that are executed when
the daemon is started.