auth-cfg: Add a rule to suspend certificate validation constraints

This commit is contained in:
Tobias Brunner
2016-03-10 11:07:14 +01:00
parent f371effc5d
commit ef9171ad1e
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -94,6 +94,8 @@ enum auth_rule_t {
AUTH_RULE_CRL_VALIDATION,
/** result of a OCSP validation, cert_validation_t */
AUTH_RULE_OCSP_VALIDATION,
/** CRL/OCSP validation is disabled, bool */
AUTH_RULE_CERT_VALIDATION_SUSPENDED,
/** subject is member of a group, identification_t*
* The group membership constraint is fulfilled if the subject is member of
* one group defined in the constraints. */