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

Publish CT log metadata to new ct-logs Remote Settings collection #178

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

The new ct-logs Remote Settings collection will be used by ct-fetch to determine which CT logs to scrape. It will also provide useful metadata to Firefox users.

The moz_kinto_publisher script should be updated so that it publishes an exhaustive list of usable CT logs to the ct-logs collection. For now we can copy Google's list from https://www.gstatic.com/ct/log_list/v3/log_list.json.

Records in the ct-logs collection have a "crlite_enabled" flag, which moz_kinto_publisher should set to False. Logs will be manually enrolled by ct-logs editors.

Blocks #144