ikev2: Mark IKE_SAs that used PPK during authentication

This commit is contained in:
Tobias Brunner
2018-09-10 18:03:18 +02:00
parent 6627706786
commit e4d85011e4
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -232,6 +232,11 @@ enum ike_condition_t {
* Online certificate revocation checking is suspended for this IKE_SA
*/
COND_ONLINE_VALIDATION_SUSPENDED = (1<<12),
/**
* A Postquantum Preshared Key was used when this IKE_SA was created
*/
COND_PPK = (1<<13),
};
/**