Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (918)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3186)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2560)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 4044👍, 0💬
Popular Posts:
Can I build a DH private key from an OpenSSL configuration file? Yes, you can build a DH private key...
Certificate summary - Owner: *.drupal.org, Domain Control Validated - RapidSSL(R), See www.rapidssl....
How to a keystore file in JKS (Java KeyStore) format with Portecle? I want to use it to store certif...
Certificate Summary: Subject: login.live.com Issuer: VeriSign Class 3 Extended Validation SSL CA Exp...
Certificate Summary: Subject: www.elegantthemes.com Issuer: GeoTrust Extended Validation SSL CA Expi...