boulder/sa/proto
Aaron Gable 745e69e7f9
Add UpdateRevokedCertificate method to SA (#5962)
Add a new gRPC method `UpdateRevokedCertificate` to the SA. This
method takes the same argument as the existing `RevokeCertificate` RPC,
but only operates on certificates that have already been revoked with a
reason other than keyCompromise (c.f. `RevokeCertificate`, which only
operates on certificates that have not been revoked).

One thing to be careful of here is that storing an updated revocation reason
should not also change the revocation date. To support this, add a new field
to the existing `RevokeCertificateRequest` that allows us to differentiate the
time at which the new OCSP response was created, and the time at which
the revocation went into effect.

Part of #5936
2022-02-28 14:22:12 -08:00
..
sa.pb.go Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
sa.proto Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
sa_grpc.pb.go Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
subsets.go Remove sa-wrappers.go (#5663) 2021-09-27 13:25:41 -07:00