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

Unified Diff: net/cert/cert_verify_proc.h

Issue 21572002: Add UMA entry for intranet SSL warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed spaces introduced by rebasing Created 7 years, 5 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/base/net_util_unittest.cc ('k') | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.h
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
index 4feae19182551e01de6c6e1d22e7e78e50a758f6..518adbc122a4560787e63e5e50ded9c971bc9df0 100644
--- a/net/cert/cert_verify_proc.h
+++ b/net/cert/cert_verify_proc.h
@@ -72,7 +72,6 @@ class NET_EXPORT CertVerifyProc
private:
friend class base::RefCountedThreadSafe<CertVerifyProc>;
- friend class CertVerifyProcNonUniqueNameTest;
FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, DigiNotarCerts);
// Performs the actual verification using the desired underlying
@@ -91,17 +90,6 @@ class NET_EXPORT CertVerifyProc
// are hashes of SubjectPublicKeyInfo structures) is explicitly blocked.
static bool IsPublicKeyBlacklisted(const HashValueVector& public_key_hashes);
- // Returns true if |hostname| contains a name that is non-unique among
- // certificates (eg: an "internal server name").
- //
- // While such names are not scheduled to be deprecated until 1 November 2015
- // according to the CA/Browser Forum Baseline Requirements (v1.1), they
- // represent a real risk for the deployment of new gTLDs, and thus being
- // phased out ahead of the hard deadline.
- // TODO(rsleevi): http://crbug.com/119212 - Also match internal IP address
- // ranges.
- static bool IsHostnameNonUnique(const std::string& hostname);
-
DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
};
« no previous file with comments | « net/base/net_util_unittest.cc ('k') | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698