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

Issue 6792032: net: remove forced renegotiation checks (Closed)

Created:
9 years, 8 months ago by agl
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

net: remove forced renegotiation checks We lost this battle. We had to step back from requirement the renegotiation extension, even on sites which we know support it, because of the number of MITM proxies. Since there doesn't seem to be any way forward, this change removes the code. BUG=55410 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80513

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -99 lines) Patch
M chrome/browser/browser_main.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/base/ssl_config_service.h View 3 chunks +0 lines, -21 lines 0 comments Download
M net/base/ssl_config_service.cc View 5 chunks +1 line, -43 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 chunk +0 lines, -5 lines 2 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +6 lines, -19 lines 3 comments Download

Messages

Total messages: 5 (0 generated)
agl
9 years, 8 months ago (2011-04-04 22:33:46 UTC) #1
willchan no longer on Chromium
LGTM, that sucks :( Is it the proxies or the antivirus progs? If it's just ...
9 years, 8 months ago (2011-04-04 22:40:29 UTC) #2
agl
On Mon, Apr 4, 2011 at 6:40 PM, <willchan@chromium.org> wrote: > Is it the proxies ...
9 years, 8 months ago (2011-04-05 13:21:39 UTC) #3
wtc
LGTM. I'm also curious as to why you decided to remove this code now. It ...
9 years, 8 months ago (2011-04-05 17:20:03 UTC) #4
agl
9 years, 8 months ago (2011-04-05 19:55:41 UTC) #5
http://codereview.chromium.org/6792032/diff/1/net/http/http_stream_factory_im...
File net/http/http_stream_factory_impl_job.cc (left):

http://codereview.chromium.org/6792032/diff/1/net/http/http_stream_factory_im...
net/http/http_stream_factory_impl_job.cc:893: }
On 2011/04/05 17:20:03, wtc wrote:
> Given this code to allow MITM proxies whenever a proxy is
> used, it seems that the problem is with anti-virus software
> or proxies that the browser is not aware of?

Indeed.

http://codereview.chromium.org/6792032/diff/1/net/socket/ssl_client_socket_ns...
File net/socket/ssl_client_socket_nss.cc (right):

http://codereview.chromium.org/6792032/diff/1/net/socket/ssl_client_socket_ns...
net/socket/ssl_client_socket_nss.cc:489: eset_mitm_detected_(false),
On 2011/04/05 17:20:03, wtc wrote:
> I guess we should keep eset_mitm_detected_ because it handles
> a different problem (false start incompatibility)?
 
Yes, we still need the ESET MITM code.

Powered by Google App Engine
This is Rietveld 408576698