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

Issue 619463002: net: disable SSLv3 fallback. (Closed)

Created:
6 years, 2 months ago by agl
Modified:
6 years, 2 months ago
CC:
cbentzel+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

net: disable SSLv3 fallback. This change adds a "minimum fallback version" (TLS 1.0). When doing fallback, versions below this minimum will still be tried but the resulting connection, if successful won't actually be used. Rather Chrome will show a different error message if SSLv3 would have worked. SSLv3 fallback can still be enabled via a new command line flag for those who need it but it'll be interesting to see how this does on dev and beta. BUG=419870, 418848 R=davidben@chromium.org, felt@chromium.org, rsleevi@chromium.org Committed: https://crrev.com/32352ad08ee673a4d43e8593ce988b224f6482d3 Cr-Commit-Position: refs/heads/master@{#299567}

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 16

Patch Set 3 : ... #

Total comments: 2

Patch Set 4 : ... #

Total comments: 7

Patch Set 5 : ... #

Total comments: 1

Patch Set 6 : Split strings changes out for possible easier merging. #

Patch Set 7 : Fix debug crash in tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -67 lines) Patch
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 2 3 4 5 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/prefs/command_line_pref_store.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/base/net_error_list.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M net/ssl/ssl_config.h View 2 chunks +9 lines, -0 lines 0 comments Download
M net/ssl/ssl_config.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 4 5 6 9 chunks +171 lines, -67 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
agl
6 years, 2 months ago (2014-09-30 03:13:07 UTC) #2
agl
(Note limited visibility at this time.)
6 years, 2 months ago (2014-09-30 03:13:31 UTC) #3
Ryan Sleevi
Adding felt on this, for her expertise in UI strings that don't confuse people :)
6 years, 2 months ago (2014-09-30 19:19:17 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/619463002/diff/20001/net/base/net_error_list.h File net/base/net_error_list.h (right): https://codereview.chromium.org/619463002/diff/20001/net/base/net_error_list.h#newcode340 net/base/net_error_list.h:340: // minimum fallback version. This reads a little weird. ...
6 years, 2 months ago (2014-09-30 19:34:19 UTC) #6
felt
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9210 chrome/app/generated_resources.grd:9210: + Chrome was unable to make an acceptably secure ...
6 years, 2 months ago (2014-10-01 02:22:19 UTC) #7
mmenke
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9211 chrome/app/generated_resources.grd:9211: + </message> On 2014/10/01 02:22:18, felt wrote: > That's ...
6 years, 2 months ago (2014-10-01 02:23:50 UTC) #9
agl
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9210 chrome/app/generated_resources.grd:9210: + Chrome was unable to make an acceptably secure ...
6 years, 2 months ago (2014-10-01 21:10:54 UTC) #10
Ryan Sleevi
//net and //chrome/browser/net LGTM, and I'm going to defer strings to felt@ Question: Should this ...
6 years, 2 months ago (2014-10-01 21:25:05 UTC) #11
felt
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9210 chrome/app/generated_resources.grd:9210: + Chrome was unable to make an acceptably secure ...
6 years, 2 months ago (2014-10-01 21:28:10 UTC) #12
felt
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9210 chrome/app/generated_resources.grd:9210: + Chrome was unable to make an acceptably secure ...
6 years, 2 months ago (2014-10-01 21:29:08 UTC) #13
felt
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9211 chrome/app/generated_resources.grd:9211: + </message> On 2014/10/01 21:10:53, agl wrote: > On ...
6 years, 2 months ago (2014-10-01 21:40:32 UTC) #14
agl
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9210 chrome/app/generated_resources.grd:9210: + Chrome was unable to make an acceptably secure ...
6 years, 2 months ago (2014-10-01 23:02:40 UTC) #15
felt
https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/20001/chrome/app/generated_resources.grd#newcode9211 chrome/app/generated_resources.grd:9211: + </message> On 2014/10/01 23:02:39, agl wrote: > > ...
6 years, 2 months ago (2014-10-01 23:13:54 UTC) #16
agl
On 2014/10/01 23:13:54, felt wrote: > "Unable to connect securely to the server. The server ...
6 years, 2 months ago (2014-10-02 19:26:26 UTC) #17
felt
lgtm
6 years, 2 months ago (2014-10-02 19:30:26 UTC) #18
davidben
lgtm with some typos in the strings and a comment about session caching. I believe ...
6 years, 2 months ago (2014-10-07 22:06:30 UTC) #21
agl
https://codereview.chromium.org/619463002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/619463002/diff/60001/chrome/app/generated_resources.grd#newcode9213 chrome/app/generated_resources.grd:9213: + Unable to connect securely to the server. This ...
6 years, 2 months ago (2014-10-07 23:59:54 UTC) #22
davidben
lgtm, thanks! https://codereview.chromium.org/619463002/diff/80001/net/url_request/url_request_unittest.cc File net/url_request/url_request_unittest.cc (right): https://codereview.chromium.org/619463002/diff/80001/net/url_request/url_request_unittest.cc#newcode7338 net/url_request/url_request_unittest.cc:7338: DEFAULT_PRIORITY, Nit: indentation
6 years, 2 months ago (2014-10-08 02:54:37 UTC) #23
davidben
lgtm
6 years, 2 months ago (2014-10-14 22:21:54 UTC) #24
agl
Committed patchset #7 (id:120001) manually as 32352ad08ee673a4d43e8593ce988b224f6482d3.
6 years, 2 months ago (2014-10-14 22:32:55 UTC) #25
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 22:33:09 UTC) #26
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/32352ad08ee673a4d43e8593ce988b224f6482d3
Cr-Commit-Position: refs/heads/master@{#299567}

Powered by Google App Engine
This is Rietveld 408576698