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

Unified Diff: net/cert/ct_verify_result.cc

Issue 2066643002: Change the default result for CT Verification to "Not verified" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_verify_result.cc
diff --git a/net/cert/ct_verify_result.cc b/net/cert/ct_verify_result.cc
index de5bea0deedbff45f23d52caf8954d5ecd2644cd..227bc120f94bf2732a45b5c53c29cc956d9f4677 100644
--- a/net/cert/ct_verify_result.cc
+++ b/net/cert/ct_verify_result.cc
@@ -13,7 +13,7 @@ namespace ct {
CTVerifyResult::CTVerifyResult()
: ct_policies_applied(false),
cert_policy_compliance(
- ct::CertPolicyCompliance::CERT_POLICY_COMPLIES_VIA_SCTS),
+ ct::CertPolicyCompliance::CERT_POLICY_NOT_ENOUGH_SCTS),
ev_policy_compliance(ct::EVPolicyCompliance::EV_POLICY_DOES_NOT_APPLY) {}
CTVerifyResult::CTVerifyResult(const CTVerifyResult& other) = default;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698