Re: Why is the crlNumber an OCTET STRING?
Russ Housley <[email protected]> Wed, 21 Apr 2021 16:04:02 -0400
| Newsgroups | gmane.ietf.x509 |
|---|---|
| Message-ID | <[email protected]> |
Stefan: > > Isn't this one of all these PKI things that is a great intellectual > debate to fill out your time, but lacks any kind of real implications? > > I have done quite some PKI validation implementations, but I have never > found any reason yet to check the CRL number for any reason what so ever. > > When I do CRL checking, I download the current CRL, check that it is > current and still valid, and has the intended scope. > > No more, and no less. CRL number is not part of that process. > > So basically, I find this interesting intellectually, but in what > practical context does this matter? If you cache CRLs to avoid fetching every time that you perform validation, then the CRL number is one way to determine whether the just fetched one is more "current" than the one in the cache. Assuming the same scope, date works for this too as Peter pointed out. Russ