Certificate Revocation List
A Certificate Revocation List (CRL) is a list of digital certificates that a certificate authority has invalidated before their scheduled expiration date. It lets systems and users check whether a given certificate can still be trusted, for example when a certificate was issued in error or is no longer valid.
A CRL is a list of revoked public key certificates that is created and digitally signed by the issuing certification authority (CA). The digital signature allows relying parties to verify the list's authenticity and integrity before using it to determine whether a certificate has been revoked prior to its scheduled expiration. CRLs are one mechanism a CA may use to communicate revocation status; this entry does not address specific CRL formats, distribution methods, update frequency, or alternatives such as online status-checking protocols, which should be confirmed against current authoritative PKI standards and the relevant CA's certificate policy.
Why it matters
In defense and public sector environments, PKI is foundational to identity, authentication, and encrypted communications, and the ability to revoke trust in a compromised or erroneously issued certificate is as important as the ability to issue one. A CRL provides a mechanism for a certificate authority to communicate that a certificate should no longer be trusted before its scheduled expiration, for example when the certificate was issued in error or is otherwise no longer valid. Without a reliable revocation-checking process, a relying party may continue to trust a certificate that the issuing CA has already invalidated, undermining the assurance that certificate-based authentication is intended to provide.
Because the CRL is digitally signed by the issuing CA, relying parties can verify the list's authenticity and integrity before acting on it. This matters for compliance because verifying revocation status is a distinct control from simply validating a certificate's signature and expiration date; treating an unexpired certificate as automatically trustworthy overlooks the possibility that it has been revoked. Systems that rely on certificates for access decisions generally need a defined process for obtaining and evaluating revocation information, and gaps in that process can weaken the overall trust model even when the underlying cryptography is sound.
It is worth emphasizing that a CRL is one of several possible mechanisms a CA may use to convey revocation status, and this entry does not address specific formats, distribution methods, update frequency, or alternative status-checking protocols. Organizations should confirm the applicable requirements against current authoritative PKI standards and the relevant CA's certificate policy, since operational details and acceptable revocation-checking approaches can vary by system and by agency implementation.
Who it's relevant to
Inside CRL
Common questions
Answers to the questions practitioners most commonly ask about CRL.