Add comment about partial CRLs

This commit is contained in:
jpierre%netscape.com 2002-08-09 07:09:25 +00:00
Родитель 153bc47f3c
Коммит e6ee1f4c60
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1886,6 +1886,11 @@ secu_PrintSignerInfo(FILE *out, SEC_PKCS7SignerInfo *info, char *m, int level)
}
}
/* callers of this function must make sure that the CERTSignedCrl
from which they are extracting the CERTCrl has been fully-decoded.
Otherwise it will not have the entries even though the CRL may have
some */
void
SECU_PrintCRLInfo(FILE *out, CERTCrl *crl, char *m, int level)
{

Просмотреть файл

@ -440,6 +440,10 @@ sv_PrintExtensions(FILE *out, CERTCertExtension **extensions, char *msg)
return 0;
}
/* callers of this function must make sure that the CERTSignedCrl
from which they are extracting the CERTCrl has been fully-decoded.
Otherwise it will not have the entries even though the CRL may have
some */
void
sv_PrintCRLInfo(FILE *out, CERTCrl *crl, char *m)
{