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

Issue 2056343006: Remove DHE. (Closed)

Created:
4 years, 6 months ago by davidben
Modified:
4 years, 6 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, tnagel+watch_chromium.org, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove DHE. Connections to sites which require DHE will, for the moment, return ERR_SSL_OBSOLETE_CIPHER. As always, there is an admin policy to temporarily re-enable and field trial to back out of it if needed. BUG=619194 TEST=https://dh1024.badssl.com fails with ERR_SSL_OBSOLETE_CIPHER. Committed: https://crrev.com/b4c25b632a7078d2c3346a37b51034bb853b24b3 Cr-Commit-Position: refs/heads/master@{#401793}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix comment #

Total comments: 7

Patch Set 4 : tweak policy text #

Patch Set 5 : rebase #

Patch Set 6 : actually connect up the feature flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -11 lines) Patch
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 1 chunk +10 lines, -0 lines 0 comments Download
M components/error_page/common/localized_error.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 2 chunks +27 lines, -1 line 0 comments Download
M components/ssl_config/ssl_config_prefs.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/ssl_config/ssl_config_prefs.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/ssl_config/ssl_config_service_manager_pref.cc View 1 2 3 4 5 7 chunks +19 lines, -0 lines 0 comments Download
M components/ssl_config/ssl_config_service_manager_pref_unittest.cc View 1 2 3 4 2 chunks +24 lines, -0 lines 0 comments Download
M net/base/net_error_list.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 1 chunk +15 lines, -4 lines 0 comments Download
M net/ssl/ssl_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/ssl/ssl_config.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 4 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 32 (11 generated)
davidben
I'm going to need more OWNERS in the second iteration, but since I'm still waiting ...
4 years, 6 months ago (2016-06-14 22:08:36 UTC) #3
davidben
On 2016/06/14 22:08:36, davidben wrote: > I'm going to need more OWNERS in the second ...
4 years, 6 months ago (2016-06-14 22:09:01 UTC) #4
Ryan Sleevi
//net & //components LGTM % nit https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc File components/ssl_config/ssl_config_service_manager_pref_unittest.cc (right): https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc#newcode205 components/ssl_config/ssl_config_service_manager_pref_unittest.cc:205: base::FeatureList::ClearInstanceForTesting(); Doesn't the ...
4 years, 6 months ago (2016-06-15 01:23:25 UTC) #5
davidben
https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc File components/ssl_config/ssl_config_service_manager_pref_unittest.cc (right): https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc#newcode205 components/ssl_config/ssl_config_service_manager_pref_unittest.cc:205: base::FeatureList::ClearInstanceForTesting(); On 2016/06/15 01:23:25, Ryan Sleevi wrote: > Doesn't ...
4 years, 6 months ago (2016-06-15 19:21:21 UTC) #6
davidben
https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc File components/ssl_config/ssl_config_service_manager_pref_unittest.cc (right): https://codereview.chromium.org/2056343006/diff/40001/components/ssl_config/ssl_config_service_manager_pref_unittest.cc#newcode205 components/ssl_config/ssl_config_service_manager_pref_unittest.cc:205: base::FeatureList::ClearInstanceForTesting(); On 2016/06/15 19:21:20, davidben wrote: > On 2016/06/15 ...
4 years, 6 months ago (2016-06-15 19:49:18 UTC) #7
Ryan Sleevi
LGTM - but definitely should file a bug about base::FeatureList because that seems like a ...
4 years, 6 months ago (2016-06-15 20:14:36 UTC) #8
Ryan Sleevi
LGTM - but definitely should file a bug about base::FeatureList because that seems like a ...
4 years, 6 months ago (2016-06-15 20:14:37 UTC) #9
edwardjung
> IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH, > edwardjung: I intentionally just reused the SSL_VERSION_OR_CIPHER_MISMATCH > strings since I gather ...
4 years, 6 months ago (2016-06-16 09:59:02 UTC) #10
mmenke
On 2016/06/16 09:59:02, edwardjung wrote: > > IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH, > > edwardjung: I intentionally just reused ...
4 years, 6 months ago (2016-06-16 15:37:14 UTC) #11
davidben
tnagel: friendly ping
4 years, 6 months ago (2016-06-17 20:01:58 UTC) #12
davidben
Also +mpearson for histograms OWNERS
4 years, 6 months ago (2016-06-17 20:12:16 UTC) #14
Mark P
histograms.xml lgtm
4 years, 6 months ago (2016-06-20 20:21:25 UTC) #15
Thiemo Nagel
policy lgtm (sorry for the slow review, I was travelling last week)
4 years, 6 months ago (2016-06-21 12:22:42 UTC) #16
Thiemo Nagel
https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json#newcode7966 components/policy/resources/policy_templates.json:7966: If the policy is not set, or is set ...
4 years, 6 months ago (2016-06-21 12:23:23 UTC) #17
davidben
https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json#newcode7966 components/policy/resources/policy_templates.json:7966: If the policy is not set, or is set ...
4 years, 6 months ago (2016-06-22 04:18:20 UTC) #18
davidben
https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/2056343006/diff/40001/components/policy/resources/policy_templates.json#newcode7966 components/policy/resources/policy_templates.json:7966: If the policy is not set, or is set ...
4 years, 6 months ago (2016-06-23 22:05:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056343006/80001
4 years, 6 months ago (2016-06-23 22:06:10 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/249401)
4 years, 6 months ago (2016-06-23 22:38:33 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2056343006/100001
4 years, 6 months ago (2016-06-23 23:23:37 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-24 02:39:42 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-24 02:41:10 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b4c25b632a7078d2c3346a37b51034bb853b24b3
Cr-Commit-Position: refs/heads/master@{#401793}

Powered by Google App Engine
This is Rietveld 408576698