boulder/sa
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
..
_db Check both current and old fqdnSets tables (#5668) 2021-09-24 12:34:25 -07:00
_db-next Check both current and old fqdnSets tables (#5668) 2021-09-24 12:34:25 -07:00
proto Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
satest Remove sa-wrappers.go (#5663) 2021-09-27 13:25:41 -07:00
database.go Make DB client initialization uniform and stop setting 'READ-UNCOMMITTED' (#5741) 2022-01-31 13:34:23 -08:00
database_test.go Enhancements to SQL driver tuning via JSON config (#5235) 2021-01-25 15:34:55 -08:00
ip_range_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00
metrics.go oscp-updater: use rows.Scan() to get query results (#5656) 2021-10-18 10:33:09 -07:00
migrations.sh Run db-next migrations with config-next configuration (#5320) 2021-03-11 14:45:32 -08:00
model.go Don't use magic strings for authz statuses (#5911) 2022-02-11 16:00:19 -08:00
model_test.go Check column names in ScanCertStatusMetadataRow (#5776) 2021-11-05 10:51:15 -07:00
precertificates.go Improve error checking paradigm (#5920) 2022-02-01 14:42:43 -07:00
precertificates_test.go Check error after inserting precert ocsp status (#5918) 2022-01-28 20:40:16 -08:00
rate_limits.go GRPC: Unwrap SA Count methods (#5616) 2021-08-30 15:54:42 -07:00
rate_limits_test.go GRPC: Unwrap SA Count methods (#5616) 2021-08-30 15:54:42 -07:00
sa.go Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
sa_test.go Add UpdateRevokedCertificate method to SA (#5962) 2022-02-28 14:22:12 -08:00
test-cert.der Store a DB of issued names. 2015-09-28 19:37:50 -07:00
test-cert2.der Implement rate limiting by domain name. 2015-10-04 21:04:26 -07:00
type-converter.go Improve error checking paradigm (#5920) 2022-02-01 14:42:43 -07:00
type-converter_test.go Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
www.eff.org.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00