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

Plumb revocation reason codes through to the filter generation process #304

Closed jschanck closed 5 months ago

jschanck commented 5 months ago

This PR changes the output of aggregate-crls such that each serial number is prefixed by a one byte revocation reason code. The data is still encoded as line-delimited ascii hex.

This code is currently running on the dev instance. I've added dashboard entries for the new statsd telemetry.