boulder/va
Jacob Hoffman-Andrews b0c7bc1bee Recheck CAA for authorizations older than 8 hours (#3014)
Fixes #2889.

VA now implements two gRPC services: VA and CAA. These both run on the same port, but this allows implementation of the IsCAAValid RPC to skip using the gRPC wrappers, and makes it easier to potentially separate the service into its own package in the future.

RA.NewCertificate now checks the expiration times of authorizations, and will call out to VA to recheck CAA for those authorizations that were not validated recently enough.
2017-08-28 16:40:57 -07:00
..
proto Recheck CAA for authorizations older than 8 hours (#3014) 2017-08-28 16:40:57 -07:00
caa.go Recheck CAA for authorizations older than 8 hours (#3014) 2017-08-28 16:40:57 -07:00
caa_test.go Move VA's CAA code into separate file (#3010) 2017-08-28 11:24:03 -07:00
gsb.go Allow authz creation in absence of GSB response. (#2972) 2017-08-11 11:22:53 -07:00
gsb_test.go Allow authz creation in absence of GSB response. (#2972) 2017-08-11 11:22:53 -07:00
mock_gsb_test.go Switch to new vendor style (#1747) 2016-04-18 12:51:36 -07:00
va.go Move VA's CAA code into separate file (#3010) 2017-08-28 11:24:03 -07:00
va_test.go Move VA's CAA code into separate file (#3010) 2017-08-28 11:24:03 -07:00