Collections:
Other Resources:
What Is CRL (Certificate Revocation List)
What is CRL (Certificate Revocation List)?
✍: FYIcenter.com
A CRL (Certificate Revocation List) is a digitally signed file
containing a list of revoked X.509 digital certificates.
After a CA (Certificate Authority) has issued a digital certificate for a public key of a given entity, it may decide to revoke this certificate for some reason.
This can be done by publish a CRL (Certificate Revocation List) to include the serial number of this revoked certificate.
When a client system receives a certificate from a server, the client system should first make sure the certificate has not been revoked by the CA.
This can be done by comparing the serial number of the certificate with the CRL published by the CA. If the serial number is in the CRL, then this certificate has been revoked, and it should be rejected.
Here is a diagram showing how a client system receives a server certificate
and validates it against CA's CRL (source: venafi.com).
Validating certificate with CA's CRL is not very efficient, because you need to download the CRL and compare certificate's serial number each time when using a certificate.
A more efficient way is to use the OCSP (Online Certificate Status Protocol) technology, see other tutorials for more information on OCSP.
Â
⇒ Retrieve CRL File from Certificate CA
⇠CRL (Certificate Revocation List)
2019-07-19, ∼6449🔥, 0💬
Popular Posts:
Certificate Summary: Subject: Entrust Root Certification Authority - G2 Issuer: Entrust Root Certifi...
Certificate Summary: Subject: mail.qq.com Issuer: GeoTrust SSL CA Expiration: 2014-03-29 10:17:20 UT...
How to change a keystore file type with Portecle? To change a keystore's type: From the Tools menu, ...
Where to find answers to frequently asked questions about CSR (Certificate Signing Request) with Por...
Certificate Summary: Subject: Sonera Class1 CA Issuer: Sonera Class1 CA Expiration: 2021-04-06 10:49...