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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2735733003: Disable commonName matching for certificates (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 037593283d61e210a3f21123a0813d9c10190183..60eeadeb0abc7d098f4e1fd58b5185f91593498c 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -247,6 +247,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kEnableSha1ForLocalAnchors,
ssl_config::prefs::kCertEnableSha1LocalAnchors,
base::Value::Type::BOOLEAN },
+ { key::kEnableCommonNameFallbackForLocalAnchors,
+ ssl_config::prefs::kCertEnableCommonNameFallbackLocalAnchors,
+ base::Value::Type::BOOLEAN },
{ key::kAuthSchemes,
prefs::kAuthSchemes,
base::Value::Type::STRING },
« no previous file with comments | « chrome/browser/chromeos/login/test/https_forwarder.py ('k') | chrome/test/data/extensions/api_test/platform_keys/ca.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698