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

Use standard base64 in enrolled.json #243

Open jschanck opened 2 years ago

jschanck commented 2 years ago

There are a few urlsafe-base64 encoded values in the aggregator-produced enrolled.json file. We don't need to put any of these values in URLs, so we should use standard base64 everywhere.