]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ike-sa: Add condition to suspend online certificate revocation checks for an IKE_SA
authorTobias Brunner <tobias@strongswan.org>
Tue, 27 Oct 2015 16:27:02 +0000 (17:27 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Mar 2016 10:07:14 +0000 (11:07 +0100)
src/libcharon/sa/ike_sa.h

index 0f47ad31ff591520f4b4a0b40b5659e766262645..836360e3c2cd017b2c3475e1962a038468e63dbb 100644 (file)
@@ -217,6 +217,11 @@ enum ike_condition_t {
         * This IKE_SA has been redirected
         */
        COND_REDIRECTED = (1<<11),
+
+       /**
+        * Online certificate revocation checking is suspended for this IKE_SA
+        */
+       COND_ONLINE_VALIDATION_SUSPENDED = (1<<12),
 };
 
 /**