NSS get revocation date of a certifacte
[email protected] Tue, 10 Apr 2018 04:52:23 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.security |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to get the revocation date of a certificate but cant find a easy way to do it. I have finded "CERT_PKIXVerifyCert" which tells you the status of a certificate, in the case of a revoked certificate it will tell you with a status that the certificate its revoked. But I need to get the date of revocation of a certificate to compare it with the date of signing of a pdf file (a digitaly signed file). Are there a function that allows me to get the date of revocation of a certificate? I searched a lot, but cant find anything. Thanks!