IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUTH requests. Modified task_manager_v1 to enable it to initiate new tasks immediately after finishing a response.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:30:49 +01:00
parent 79e9f776dc
commit 23f4e4b42d
10 changed files with 335 additions and 7 deletions
+2
View File
@@ -42,6 +42,8 @@ enum auth_class_t {
AUTH_CLASS_PSK = 2,
/** authentication using EAP */
AUTH_CLASS_EAP = 3,
/** authentication using pre-shared secrets in combination with XAuth */
AUTH_CLASS_XAUTH_PSK = 4,
};
/**