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

Issue 1422293002: Remove RC4 by default. (Closed)

Created:
5 years, 1 month ago by davidben
Modified:
5 years, 1 month ago
CC:
agl, asvitkine+watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, tnagel+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 RC4 by default. RC4 may still be re-enabled via the RC4Enabled administrative policy, until sometime around September. Also control it via a field trial so we still have an escape hatch should something catastrophic happen. Keep the deprecated cipher suite fallback around (rename the parameter since I got the naming convention wrong) since it's still got the IIS AES-GCM workaround in it, and it will be used in not too long for DHE_RSA instead. BUG=375342 TEST=Loading https://rc4.badssl.com/ fails with ERR_SSL_VERSION_OR_CIPHER_MISMATCH Relaunching Chrome with --force-fieldtrials=RC4Ciphers/Enabled/ makes that page succeed. Relaunching Chrome after setting the RC4Enabled polcy to true makes that page succeed. (Note: press refresh when loading the site to make sure it's not cached.) Committed: https://crrev.com/14b1a53362ffb727e02bdf27e24e93c5f9b2d423 Cr-Commit-Position: refs/heads/master@{#357114}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebase #

Total comments: 7

Patch Set 4 : put RC4 in the description #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -68 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
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 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 2 chunks +25 lines, -1 line 0 comments Download
M components/ssl_config/ssl_config_prefs.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/ssl_config/ssl_config_prefs.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/ssl_config/ssl_config_service_manager_pref.cc View 1 7 chunks +18 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M net/ssl/ssl_config.h View 1 chunk +12 lines, -2 lines 0 comments Download
M net/ssl/ssl_config.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 chunks +14 lines, -9 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
davidben
rsleevi: Primary review. lgarron: Enamel side of things since felt is OOO. cschuet: */policy/* isherman: ...
5 years, 1 month ago (2015-10-27 21:43:54 UTC) #3
davidben
(Oh, also agl FYI.)
5 years, 1 month ago (2015-10-27 21:44:44 UTC) #4
lgarron
5 years, 1 month ago (2015-10-27 21:50:20 UTC) #5
lgarron
https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd#newcode9247 chrome/app/generated_resources.grd:9247: + The client and server don't support a common ...
5 years, 1 month ago (2015-10-27 21:53:14 UTC) #6
davidben
https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd#newcode9247 chrome/app/generated_resources.grd:9247: + The client and server don't support a common ...
5 years, 1 month ago (2015-10-27 22:30:22 UTC) #7
lgarron
https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1422293002/diff/40001/chrome/app/generated_resources.grd#newcode9247 chrome/app/generated_resources.grd:9247: + The client and server don't support a common ...
5 years, 1 month ago (2015-10-27 22:38:32 UTC) #8
Ryan Sleevi
On 2015/10/27 22:38:32, lgarron wrote: > Something like that would be great if we could ...
5 years, 1 month ago (2015-10-27 22:48:40 UTC) #9
Ryan Sleevi
LGTM w/ a note for whomover 'owns' finch bits :) https://codereview.chromium.org/1422293002/diff/40001/chrome/test/data/policy/policy_test_cases.json File chrome/test/data/policy/policy_test_cases.json (right): https://codereview.chromium.org/1422293002/diff/40001/chrome/test/data/policy/policy_test_cases.json#newcode1804 ...
5 years, 1 month ago (2015-10-27 22:58:38 UTC) #10
Ilya Sherman
LGTM, though I'd like to take another glance if you do switch to the base::FeatureList ...
5 years, 1 month ago (2015-10-28 03:12:56 UTC) #11
cschuet (SLOW)
On 2015/10/28 03:12:56, Ilya Sherman wrote: > LGTM, though I'd like to take another glance ...
5 years, 1 month ago (2015-10-28 05:50:17 UTC) #12
Thiemo Nagel
LGTM policy_templates.json
5 years, 1 month ago (2015-10-28 13:55:14 UTC) #13
davidben
lgarron/rsleevi: So... do we a conclusion as to what to do with the error string. ...
5 years, 1 month ago (2015-10-28 21:36:13 UTC) #14
davidben
On 2015/10/28 21:36:13, davidben wrote: > lgarron/rsleevi: So... do we a conclusion as to what ...
5 years, 1 month ago (2015-10-29 19:49:06 UTC) #15
Ryan Sleevi
On 2015/10/29 19:49:06, davidben wrote: > I've done this. It looks like this. I'm good ...
5 years, 1 month ago (2015-10-29 19:56:11 UTC) #16
davidben
Apparently I'm missing a little OWNERS coverage. +tnagel for components/policy/resources/policy_templates.json
5 years, 1 month ago (2015-10-29 20:56:07 UTC) #18
lgarron
On 2015/10/29 at 19:56:11, rsleevi wrote: > On 2015/10/29 19:49:06, davidben wrote: > > I've ...
5 years, 1 month ago (2015-10-29 22:23:32 UTC) #19
Thiemo Nagel
On 2015/10/29 20:56:07, davidben wrote: > Apparently I'm missing a little OWNERS coverage. +tnagel for ...
5 years, 1 month ago (2015-10-30 12:32:14 UTC) #20
davidben
On 2015/10/30 12:32:14, Thiemo Nagel wrote: > On 2015/10/29 20:56:07, davidben wrote: > > Apparently ...
5 years, 1 month ago (2015-10-30 15:26:06 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422293002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422293002/80001
5 years, 1 month ago (2015-10-30 15:26:57 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-10-30 16:01:17 UTC) #25
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 16:02:11 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/14b1a53362ffb727e02bdf27e24e93c5f9b2d423
Cr-Commit-Position: refs/heads/master@{#357114}

Powered by Google App Engine
This is Rietveld 408576698