Add comment about partial CRLs
git-svn-id: svn://10.0.0.236/trunk@126884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e85138695c
commit
d27b53f590
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user