auth-cfg: Declare an attribute certificate helper type to exchange acerts

This commit is contained in:
Martin Willi
2014-03-31 11:14:58 +02:00
parent 5ac0e66879
commit 83f8cdde46
3 changed files with 15 additions and 2 deletions
+2
View File
@@ -117,6 +117,8 @@ enum auth_rule_t {
AUTH_HELPER_SUBJECT_HASH_URL,
/** revocation certificate (CRL, OCSP), certificate_t* */
AUTH_HELPER_REVOCATION_CERT,
/** attribute certificate for authorization decisions, certificate_t */
AUTH_HELPER_AC_CERT,
/** helper to determine the number of elements in this enum */
AUTH_RULE_MAX,