|
|
|
|
|
by coffee--
1383 days ago
|
|
CRLite builds a cascade of Bloom filters to ensure no false positives. For Firefox end users, a certificate only gets tested against the filter cascade if it is known to have been included in its creation (by examining the embedded SCT timestamps). If it's not definite that the certificate was used to generate the filter, then Firefox reverts to OCSP. (I'm one of the authors of CRLite in Firefox: https://insufficient.coffee/2020/12/01/crlite-part-4-infrast... ) |
|
[0] https://github.com/mozilla/crlite/wiki#why-is-crlite-able-to...