ikev2: Add task that verifies a peer's certificate
On failure the SA is deleted and reestablished as configured. The task is activated after the REAUTH_COMPLETE task so a make-before-break reauth is completed before the new SA might get torn down.
This commit is contained in:
@@ -59,6 +59,8 @@ enum task_type_t {
|
||||
TASK_IKE_REAUTH_COMPLETE,
|
||||
/** redirect an active IKE_SA */
|
||||
TASK_IKE_REDIRECT,
|
||||
/** verify a peer's certificate */
|
||||
TASK_IKE_VERIFY_PEER_CERT,
|
||||
/** delete an IKE_SA */
|
||||
TASK_IKE_DELETE,
|
||||
/** liveness check */
|
||||
|
||||
Reference in New Issue
Block a user