pki tool shows and builds crlSign keyUsage

This commit is contained in:
Martin Willi
2011-01-05 16:45:56 +01:00
parent 6807c0ca2c
commit bb0cda2fa9
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -105,6 +105,10 @@ static void print_x509(x509_t *x509)
{
printf("CA ");
}
if (flags & X509_CRL_SIGN)
{
printf("CRLSign ");
}
if (flags & X509_AA)
{
printf("AA ");