Site icon EfmSoft

What does HRESULT 0x80092012 (CRYPT_E_NO_REVOCATION_CHECK) mean?

 
Previous Next
CRYPT_E_NO_REVOCATION_DLL CRYPT_E_REVOCATION_OFFLINE

CRYPT_E_NO_REVOCATION_CHECK

A registered revocation function was available but could not perform a revocation check for the certificate context.

What to check for CRYPT_E_NO_REVOCATION_CHECK

Microsoft: CertVerifyRevocation

Microsoft: Certificate revocation list semantics

Microsoft: CertGetCertificateChain

Microsoft: CertVerifyCertificateChainPolicy

Diagnostic interpretation of CRYPT_E_NO_REVOCATION_CHECK

CRYPT_E_NO_REVOCATION_CHECK has the HRESULT value 0x80092012. AllStat records the condition as “The revocation function was unable to check revocation for the certificate.”. For CRYPT_E_NO_REVOCATION_CHECK, in practice, interpret that wording at the boundary owned by cryptography, certificate, trust, or key-provider processing, rather than treating the value as a generic Windows message.

Evidence to capture for CRYPT_E_NO_REVOCATION_CHECK

Retry and recovery for CRYPT_E_NO_REVOCATION_CHECK

Retry CRYPT_E_NO_REVOCATION_CHECK only when the owning API documents a transient state or after the condition described as “The revocation function was unable to check revocation for the certificate.” has changed. For CRYPT_E_NO_REVOCATION_CHECK, configuration, policy, format, and authorization failures normally require correction first; an immediate loop can hide the original call site and add secondary errors.


Looking for a different code? Search another status or error code.

Exit mobile version