aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/auth_cfg.h
diff options
context:
space:
mode:
authorThomas Egerer <thomas.egerer@secunet.com>2016-02-01 18:15:15 +0100
committerTobias Brunner <tobias@strongswan.org>2016-03-04 16:19:53 +0100
commitc8a0781334a1ebb43b31c613a0538d3ea364bf4c (patch)
treedfc44949df8e55e0cdb731345416b47e57d7bcc5 /src/libstrongswan/credentials/auth_cfg.h
parent6fc6834361f22a720ac269dd70ca2b0860cb7b3e (diff)
downloadstrongswan-c8a0781334a1ebb43b31c613a0538d3ea364bf4c.tar.bz2
strongswan-c8a0781334a1ebb43b31c613a0538d3ea364bf4c.tar.xz
ikev2: Diversify signature scheme rule
This allows for different signature schemes for IKE authentication and trustchain verification. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
Diffstat (limited to 'src/libstrongswan/credentials/auth_cfg.h')
-rw-r--r--src/libstrongswan/credentials/auth_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/credentials/auth_cfg.h b/src/libstrongswan/credentials/auth_cfg.h
index 07e5a6bd3..f00e64f7e 100644
--- a/src/libstrongswan/credentials/auth_cfg.h
+++ b/src/libstrongswan/credentials/auth_cfg.h
@@ -106,6 +106,8 @@ enum auth_rule_t {
AUTH_RULE_BLISS_STRENGTH,
/** required signature scheme, signature_scheme_t */
AUTH_RULE_SIGNATURE_SCHEME,
+ /** required signature scheme for IKE authentication, signature_scheme_t */
+ AUTH_RULE_IKE_SIGNATURE_SCHEME,
/** certificatePolicy constraint, numerical OID as char* */
AUTH_RULE_CERT_POLICY,