boulder/core
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
..
proto SA: Add GetRevokedCerts method (#6170) 2022-06-27 13:33:40 -07:00
challenges.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
challenges_test.go Make authz2 the default storage format (#4476) 2019-10-21 15:29:15 -04:00
core_test.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
interfaces.go Remove dead code (#5893) 2022-01-19 12:23:06 -08:00
objects.go Add logging of "oldTLS" bit (#6008) 2022-03-21 11:34:03 -07:00
objects_test.go Introduce new core.AcmeChallenge type (#5012) 2020-08-11 15:02:16 -07:00
util.go core: remove debug log statement (#6029) 2022-03-31 15:00:46 -07:00
util_test.go Remove go1.16 backwards compatibility hacks (#5952) 2022-02-22 14:23:28 -08:00