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

Issue 25547003: net: remove TLS fallback for Google properties. (Closed)

Created:
7 years, 2 months ago by agl
Modified:
7 years, 2 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

net: remove TLS fallback for Google properties. With Chrome 31, Chrome will not accept a fallback to SSLv3 for Google properties. If we wish to be able to depend on AES-GCM and ChaCha20+Poly1305 support then we need to ensure that an attacker cannot downgrade us to TLS 1.1 (which doesn't include those options). This change prototypes a signal to indicate that fallback should not be allowed. We know that Google properties don't need fallback and this change allows us to test that networks are not too broken to deploy such a scheme. It's possible that defective MITM proxies will cause issues with this. The --enable-unrestricted-ssl3-fallback option exists for diagnosis of any bug reports. BUG=302739 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226529

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing wtc's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -15 lines) Patch
M net/http/http_network_transaction.cc View 1 2 chunks +17 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
agl
7 years, 2 months ago (2013-10-01 21:00:30 UTC) #1
wtc
Patch set 1 LGTM. The CL's description says: ===== This change prototypes an SCSV or ...
7 years, 2 months ago (2013-10-01 22:03:51 UTC) #2
agl
https://codereview.chromium.org/25547003/diff/1/net/http/http_network_transaction.cc File net/http/http_network_transaction.cc (right): https://codereview.chromium.org/25547003/diff/1/net/http/http_network_transaction.cc#newcode1266 net/http/http_network_transaction.cc:1266: if (!server_ssl_config_.unrestricted_ssl3_fallback_enabled && On 2013/10/01 22:03:51, wtc wrote: > ...
7 years, 2 months ago (2013-10-02 16:33:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/25547003/24001
7 years, 2 months ago (2013-10-02 16:33:47 UTC) #4
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 19:42:31 UTC) #5
Message was sent while issue was closed.
Change committed as 226529

Powered by Google App Engine
This is Rietveld 408576698