mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
70 stars 8 forks source link

Store the current filter's enrolled issuer list in cert-revocations #242

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

Resolves #241

~Note: The crlite_enrollment_id.py script is not used here. I needed it while making tests for the client-side code, and I think it makes more sense to keep it here with CRLite than mozilla-central.~ [edit: moved script to mozilla-central]