зеркало из https://github.com/mozilla/gecko-dev.git
Add comment about partial CRLs
This commit is contained in:
Родитель
153bc47f3c
Коммит
e6ee1f4c60
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче