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

Unified Diff: components/ssl_config/ssl_config_prefs.h

Issue 2719273002: Disable commonName matching for certificates (Closed)
Patch Set: Update keychains Created 3 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
Index: components/ssl_config/ssl_config_prefs.h
diff --git a/components/ssl_config/ssl_config_prefs.h b/components/ssl_config/ssl_config_prefs.h
index c10ed21097480b20f07be2316e7c7819f19b5a1c..2f386524575874e111ab7c6eba6a99fd2bf7bc11 100644
--- a/components/ssl_config/ssl_config_prefs.h
+++ b/components/ssl_config/ssl_config_prefs.h
@@ -11,6 +11,7 @@ namespace prefs {
extern const char kCertRevocationCheckingEnabled[];
extern const char kCertRevocationCheckingRequiredLocalAnchors[];
extern const char kCertEnableSha1LocalAnchors[];
+extern const char kCertEnableCommonNameFallbackLocalAnchors[];
extern const char kSSLVersionMin[];
extern const char kSSLVersionMax[];
extern const char kCipherSuiteBlacklist[];

Powered by Google App Engine
This is Rietveld 408576698