You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server-side code to scrape CT, CRLs and produce bloom filters
Create or update a service to distribute CRLite state to users
Get the bloom filter update service running automatically by infrastructure folks
Since shavar aligns closely with these requirements already ... we will create a prototype shavar-list-creation script to scrape CT, CRLs, and produce bloom filters. There are some pre-existing scripts for inspiration:
CRLite is:
- CRLite Implementors Guide
(Full research paper)
As part of Firefox's implementation, we need:
- Firefox Product Requirements Document
Since shavar aligns closely with these requirements already ... we will create a prototype shavar-list-creation script to scrape CT, CRLs, and produce bloom filters. There are some pre-existing scripts for inspiration:
pybloom
library)Ideally, this script can run right alongside
lists2safebrowsing.py
as a Jenkins job that uploads the resulting file(s) to S3 for shavar to distribute.I'm sure there will be some implementation changes & challenges, but we'll start with this first best effort.
The text was updated successfully, but these errors were encountered: