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

Unified Diff: net/ssl/ssl_info.cc

Issue 1578993003: Add Expect CT policy that gets checked on all certs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | « net/ssl/ssl_info.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_info.cc
diff --git a/net/ssl/ssl_info.cc b/net/ssl/ssl_info.cc
index aca1f438a5cd2e8b17e9e3136c88d6775bb4af5f..09d74bf52a904828c9cc0f7ff7790398cdb46455 100644
--- a/net/ssl/ssl_info.cc
+++ b/net/ssl/ssl_info.cc
@@ -85,6 +85,7 @@ void SSLInfo::UpdateCertificateTransparencyInfo(
}
ct_compliance_details_available = ct_verify_result.ct_policies_applied;
+ ct_cert_policy_compliance = ct_verify_result.cert_policy_compliance;
ct_ev_policy_compliance = ct_verify_result.ev_policy_compliance;
}
« no previous file with comments | « net/ssl/ssl_info.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698