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

Fetch previous revset.bin from latest folder #298

Closed jschanck closed 6 months ago

jschanck commented 6 months ago

The change in v1.0.20 to upload source data before uploading the new filter breaks the mechanism that workflow/2-generate-mlbf used to find the previous run's revset.bin file. There's no reason to look up the latest run's identifier, we can just grab revset.bin from the /latest folder.