Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: components/cast_certificate/proto/test_suite.proto

Issue 2303673004: Hook up Chrome Cast sender to Cast CRL. (Closed)
Patch Set: Fixed nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « components/cast_certificate/cast_crl_unittest.cc ('k') | components/test/data/cast_certificate/testsuite/testsuite1.pb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698