Index: components/cast_certificate/proto/test_suite.proto |
diff --git a/components/cast_certificate/proto/test_suite.proto b/components/cast_certificate/proto/test_suite.proto |
index d6b9a365cba2012aecfdb9722e0a5759cbc0384b..63bf09c0ff457e30ff9d30192cf41a30edbc0277 100644 |
--- a/components/cast_certificate/proto/test_suite.proto |
+++ b/components/cast_certificate/proto/test_suite.proto |
@@ -28,6 +28,10 @@ enum VerificationResult { |
REVOCATION_CHECK_FAILED = 4; |
// No CRL was provided, but revocation check is required, and therefore fails. |
REVOCATION_CHECK_FAILED_WITHOUT_CRL = 5; |
+ // CRL is valid at the time of initial verification, but when device cert |
+ // revocation is checked, the CRL signer cert has expired and the CRL is no |
+ // longer valid. |
+ CRL_EXPIRED_AFTER_INITIAL_VERIFICATION = 6; |
} |
message DeviceCertTest { |