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

Unified Diff: components/policy/resources/policy_templates.json

Issue 762173003: policy_templates.json: Document full removal of SSLv3 after M43. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 32be334f6c0e21c33e4932052806571511a1823a..a652de64091ddfc5a4ac5b29fc42b5f5582a4315 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -6880,10 +6880,10 @@
},
],
'supported_on': [
- 'chrome.*:39-',
- 'chrome_os:39-',
- 'android:39-',
- 'ios:39-',
+ 'chrome.*:39-43',
+ 'chrome_os:39-43',
+ 'android:39-43',
+ 'ios:39-43',
],
'features': {
'dynamic_refresh': True,
@@ -6892,7 +6892,9 @@
'example_value': 'ssl3',
'id': 279,
'caption': '''Minimum SSL version enabled''',
- 'desc': '''If this policy is not configured then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use a default minimum version, which is SSLv3 in Chrome 39 but may be TLS 1.0 in Chrome 40.
+ 'desc': '''Warning: SSLv3 support will be entirely removed from Chrome after version 43 (around July 2015) after which the setting "ssl3" will be ignored and the default of "tls1" used instead.
+
+ If this policy is not configured then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use a default minimum version, which is SSLv3 in Chrome 39 but may be TLS 1.0 in Chrome 40.
Otherwise it may be set to one of the following values: "sslv3", "tls1", "tls1.1" or "tls1.2". When set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not use SSL/TLS versions less than the specified version. An unrecognized value will be ignored.
@@ -6933,10 +6935,10 @@
},
],
'supported_on': [
- 'chrome.*:39-',
- 'chrome_os:39-',
- 'android:39-',
- 'ios:39-',
+ 'chrome.*:39-43',
+ 'chrome_os:39-43',
+ 'android:39-43',
+ 'ios:39-43',
],
'features': {
'dynamic_refresh': True,
@@ -6945,7 +6947,9 @@
'example_value': 'tls1',
'id': 280,
'caption': '''Minimum SSL version to fallback to''',
- 'desc': '''When an SSL/TLS handshake fails, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will retry the connection with a lesser version of SSL/TLS in order to work around bugs in HTTPS servers. This setting configures the version at which this fallback process will stop. If a server performs version negotiation correctly (i.e. without breaking the connection) then this setting doesn't apply. Regardless, the resulting connection must still comply with SSLVersionMin.
+ 'desc': '''Warning: SSLv3 support will be entirely removed from Chrome after version 43 (around July 2015) after which the setting "ssl3" will be ignored and the default of "tls1" used instead.
+
+ When an SSL/TLS handshake fails, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will retry the connection with a lesser version of SSL/TLS in order to work around bugs in HTTPS servers. This setting configures the version at which this fallback process will stop. If a server performs version negotiation correctly (i.e. without breaking the connection) then this setting doesn't apply. Regardless, the resulting connection must still comply with SSLVersionMin.
If this policy is not configured then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use a default minimum version, which was SSLv3 in Chrome 38 but is TLS 1.0 in Chrome 39.
@@ -6953,7 +6957,7 @@
A setting of "tls1.2" disables all fallback but this may have a significant compatibility impact.
- Note that, despite the number, "sslv3" is an earier version than "tls1".''',
+ Note that, despite the number, "sslv3" is an earlier version than "tls1".''',
},
{
'name': 'ContextualSearchEnabled',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698