boulder/features
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
..
featureflag_string.go Recheck CAA for authorizations older than 8 hours (#3014) 2017-08-28 16:40:57 -07:00
features.go Recheck CAA for authorizations older than 8 hours (#3014) 2017-08-28 16:40:57 -07:00
features_test.go Very basic feature flag impl (#1705) 2016-09-20 16:29:01 -07:00