Certificate Revocation List
Full Form of CRL
What is CRL?
A Certificate Revocation List (CRL) is a digital document maintained by a Certificate Authority (CA) that contains the serial numbers of certificates that have been revoked before their scheduled expiry date. In the Indian context, CRLs are crucial for the security of public key infrastructure (PKI) systems used in e-governance initiatives such as Aadhaar, DigiLocker, and income tax filings. When a digital certificate is compromised—due to key leakage, employee departure, or organisational change—the CA publishes an updated CRL, which is then downloaded and checked by relying parties (browsers, servers, validation systems) to ensure they do not trust the revoked certificate. CRLs are periodically refreshed, typically every 24 hours, and their size can grow significantly as more certificates are revoked. They are a fundamental component of PKI trust models and are complementary to online validation protocols like OCSP. For Indian competitive exams like UPSC, GATE, and banking IT sections, understanding CRL is important for questions on network security, cryptography, and digital signature laws under the Information Technology Act, 2000. Without CRLs, the integrity of digital transactions and electronic contracts in India would be severely compromised.
CRL का फुल फॉर्म
प्रमाणपत्र निरस्तीकरण सूची
Example
The CA issued an updated CRL after detecting that the private key of a government department's SSL certificate was exposed, and all browsers automatically checked the CRL before establishing a secure connection.