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

Unified Diff: net/cert/cert_verify_result.cc

Issue 27624002: Add a histogram for measuring the number of times we fall back to common name matching, when a cert… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitespace Created 7 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: net/cert/cert_verify_result.cc
diff --git a/net/cert/cert_verify_result.cc b/net/cert/cert_verify_result.cc
index 68e76a77f7a6e6d79d70a1323db8989dc32c3d59..82df72cdba586456d4cfed854cf507a8e6ce05a7 100644
--- a/net/cert/cert_verify_result.cc
+++ b/net/cert/cert_verify_result.cc
@@ -23,6 +23,7 @@ void CertVerifyResult::Reset() {
has_md4 = false;
is_issued_by_known_root = false;
is_issued_by_additional_trust_anchor = false;
+ common_name_fallback_used = false;
public_key_hashes.clear();
}

Powered by Google App Engine
This is Rietveld 408576698