Show base CRL of delta CRLs in listcrls

This commit is contained in:
Martin Willi 2010-12-23 14:40:37 +01:00
parent 76cfaf13c1
commit 2e90006f96
1 changed files with 4 additions and 0 deletions

View File

@ -977,6 +977,10 @@ static void stroke_list_crls(linked_list_t *list, bool utc, FILE *out)
{
fprintf(out, " serial: %#B\n", &chunk);
}
if (crl->is_delta_crl(crl, &chunk))
{
fprintf(out, " delta for: %#B\n", &chunk);
}
/* count the number of revoked certificates */
{