Map auth_class to auth method and IKEv1 proposal attribute

This commit is contained in:
Martin Willi
2012-03-20 17:30:53 +01:00
parent eeca2af81c
commit b4e815354c
5 changed files with 31 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@ enum auth_class_t {
AUTH_CLASS_EAP = 3,
/** authentication using pre-shared secrets in combination with XAuth */
AUTH_CLASS_XAUTH_PSK = 4,
/** authentication using public keys in combination with XAuth */
AUTH_CLASS_XAUTH_PUBKEY = 5,
};
/**