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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2719273002: Disable commonName matching for certificates (Closed)
Patch Set: More ChromeOS fixes 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: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 6e04df2825343eb3ece03721ce5a1ac8eed231fe..2ad48a96af588b5f9b7798c516fcff762145f253 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -693,6 +693,16 @@
]
},
+ "EnableCommonNameFallbackForLocalAnchors": {
+ "os": ["win", "linux", "mac", "chromeos", "android"],
+ "test_policy": { "EnableCommonNameFallbackForLocalAnchors": true },
+ "pref_mappings": [
+ { "pref": "ssl.common_name_fallback_enabled_for_local_anchors",
+ "local_state": true
+ }
+ ]
+ },
+
"AuthSchemes": {
"os": ["win", "linux", "mac", "chromeos", "android"],
"test_policy": { "AuthSchemes": "AuthSchemes" },
« no previous file with comments | « chrome/test/data/extensions/api_test/platform_keys/root.pem ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698