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

Unified Diff: chrome/browser/ui/website_settings/website_settings.cc

Issue 2277653002: Bring back SCT_STATUS_INVALID for cached entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix SCT_STATUS_INVALID comment to not refer to disk cache Created 4 years, 4 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
« no previous file with comments | « chrome/browser/ssl/chrome_expect_ct_reporter.cc ('k') | content/common/ssl_status_serialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/website_settings.cc
diff --git a/chrome/browser/ui/website_settings/website_settings.cc b/chrome/browser/ui/website_settings/website_settings.cc
index c01a534a8500fe20f759326b0a6a08218deaa9f5..1a078b571911e36c78560d355f01c68d438741ca 100644
--- a/chrome/browser/ui/website_settings/website_settings.cc
+++ b/chrome/browser/ui/website_settings/website_settings.cc
@@ -197,7 +197,9 @@ int GetSiteIdentityDetailsMessageByCTInfo(
: IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_CT_VERIFIED);
// Any invalid SCT.
- if (CertificateTransparencyStatusMatchAny(
+ if (CertificateTransparencyStatusMatchAny(sct_verify_statuses,
+ net::ct::SCT_STATUS_INVALID) ||
+ CertificateTransparencyStatusMatchAny(
sct_verify_statuses, net::ct::SCT_STATUS_INVALID_TIMESTAMP) ||
CertificateTransparencyStatusMatchAny(
sct_verify_statuses, net::ct::SCT_STATUS_INVALID_SIGNATURE))
« no previous file with comments | « chrome/browser/ssl/chrome_expect_ct_reporter.cc ('k') | content/common/ssl_status_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698