aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/authenticator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/sa/authenticator.h')
-rw-r--r--src/libcharon/sa/authenticator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcharon/sa/authenticator.h b/src/libcharon/sa/authenticator.h
index 3af939160..86b42da7a 100644
--- a/src/libcharon/sa/authenticator.h
+++ b/src/libcharon/sa/authenticator.h
@@ -75,6 +75,11 @@ enum auth_method_t {
AUTH_ECDSA_521 = 11,
/**
+ * Generic Secure Password Authentication Method as specified in RFC 6467
+ */
+ AUTH_GSPM = 12,
+
+ /**
* IKEv1 initiator XAUTH with PSK, outside of IANA range
*/
AUTH_XAUTH_INIT_PSK = 256,