boulder/core/proto
Aaron Gable f3baa11440
SA: Add GetRevokedCerts method (#6170)
Add a new SA gRPC method named `GetRevokedCerts`. This method takes as
input an `IssuerNameID` and starting and ending timestamps, and queries
the database for all certificates issued by that issuer whose `NotAfter`
timestamp is in the indicated period. It returns a stream of `CRLEntry`,
one message for each row in the database query result.

This query has been shown to be reasonably fast, taking less than 20
seconds to scan 24 hours of prod issuance.

Fixes #6160
2022-06-27 13:33:40 -07:00
..
core.pb.go SA: Add GetRevokedCerts method (#6170) 2022-06-27 13:33:40 -07:00
core.proto SA: Add GetRevokedCerts method (#6170) 2022-06-27 13:33:40 -07:00