boulder/grpc
Andrew Gabbitas aa20bcaded
Add validated timestamp to challenges (#5253)
We do not present a validated timestamp in challenges where status = valid
as required by RFC8555.

This change is the first step to presenting challenge timestamps to the
client. It adds a timestamp to each place where we change a challenge to
valid. This only displays in the logs and will not display to the
subscriber because it is not yet stored somewhere retrievable. The next
step will be to store it in the database and then finally present it to
the client.

Part of #5198
2021-01-29 08:07:32 -08:00
..
creds Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
test_proto Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -07:00
ca-wrappers.go Return proto from ca.IssueCertificateFromPrecertificate (#4982) 2020-07-23 18:39:10 -07:00
client.go Refactoring tls.Config mutation out of grpc (#5175) 2020-11-12 16:24:16 -08:00
errors.go grpc: replacing error assertions with errors.As (#5143) 2020-10-26 15:25:38 -07:00
errors_test.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors_test.go Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -07:00
pb-marshalling.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
pb-marshalling_test.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
publisher-wrappers.go Switch to syntax = "proto3" for publisher. (#4820) 2020-05-27 08:57:57 -07:00
ra-wrappers.go Allow WFEv1 to specify which issuer to use (#5222) 2021-01-20 09:22:03 -08:00
sa-wrappers.go Fix IsAnyNilOrZero to correctly handle all numeric types (#5096) 2020-09-23 09:01:20 -07:00
server.go Refactoring tls.Config mutation out of grpc (#5175) 2020-11-12 16:24:16 -08:00
va-wrappers.go Remove logic from VA PerformValidation wrapper (#5003) 2020-08-06 10:45:35 -07:00