|
|
|
|
|
by Natsu
2024 days ago
|
|
> Would you even expect a "is certificate revoked" function to return an Error<T>? Depends on how it's doing the check. If it has to fetch the CRL from the CRLdp or do OCSP with the OSCP AIA, like CAPI does, then it definitely has to have an error for when certificate revocation status is not available. Honestly, even if I provide the cert & CRL, it should probably be able to throw an error if either one has invalid ASN.1 encoding or such. |
|