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
67 stars 8 forks source link

Replace moz_crlite_query #260

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

moz_crlite_query isn't quite fitting our needs for several reasons: 1) it doesn't store filters/metadata in the same format as a firefox security_state directory, and 2) it doesn't support the new SHA256-based filters, and 3) it's written in python and cannot share code with rust-cascade or rust-create-cascade.

While we could upgrade moz_crlite_query to fix 1 and 2, but all together it makes sense to write a new query tool in rust.