Added an AUTH_HELPER for revocation certificates

This commit is contained in:
Martin Willi
2011-01-05 16:46:06 +01:00
parent 968e5e665b
commit 1a79d76abc
3 changed files with 12 additions and 1 deletions
@@ -132,7 +132,8 @@ static bool enumerate(wrapper_enumerator_t *this, certificate_t **cert)
}
}
else if (rule != AUTH_HELPER_SUBJECT_CERT &&
rule != AUTH_HELPER_IM_CERT)
rule != AUTH_HELPER_IM_CERT &&
rule != AUTH_HELPER_REVOCATION_CERT)
{ /* handle only HELPER certificates */
continue;
}