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
77 stars 6 forks source link

Decouple publish and signoff scripts #198

Closed jschanck closed 2 years ago

jschanck commented 2 years ago

The signoff script currently calls out to moz_kinto_publisher for some operations. Let's decouple these scripts, at the cost of a very small amount of code duplication. This will make it easier to add more complex consistency tests to the signoff process.