aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-02-27 18:45:56 +0100
committerTobias Brunner <tobias@strongswan.org>2015-03-04 13:54:11 +0100
commitb67ae0f89cbbbbbef1af1bdf93e4b59d2c5c37a0 (patch)
tree4ad4243af391fe774eb506c3c53d8ce2fb96d782 /conf
parent31bccf4ba155964a238e9c88e1d38f41b82f7183 (diff)
downloadstrongswan-b67ae0f89cbbbbbef1af1bdf93e4b59d2c5c37a0.tar.bz2
strongswan-b67ae0f89cbbbbbef1af1bdf93e4b59d2c5c37a0.tar.xz
ikev2: Add an option to disable constraints against signature schemes
If this is disabled the schemes configured in `rightauth` are only checked against signature schemes used in the certificate chain and signature schemes used during IKEv2 are ignored. Disabling this could be helpful if existing connections with peers that don't support RFC 7427 use signature schemes in `rightauth` to verify certificate chains.
Diffstat (limited to 'conf')
-rw-r--r--conf/options/charon.opt8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/options/charon.opt b/conf/options/charon.opt
index 380ce9305..c8e731665 100644
--- a/conf/options/charon.opt
+++ b/conf/options/charon.opt
@@ -290,6 +290,14 @@ charon.send_vendor_id = no
charon.signature_authentication = yes
Whether to enable Signature Authentication as per RFC 7427.
+charon.signature_authentication_constraints = yes
+ Whether to enable constraints against IKEv2 signature schemes.
+
+ If enabled, signature schemes configured in _rightauth_, in addition to
+ getting used as constraints against signature schemes employed in the
+ certificate chain, are also used as constraints against the signature scheme
+ used by peers during IKEv2.
+
charon.start-scripts {}
Section containing a list of scripts (name = path) that are executed when
the daemon is started.