Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Issue 5617: Handle TLS-intolerant servers by retrying with TLS 1.0... (Closed)

Created:
12 years, 2 months ago by wtc
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Handle TLS-intolerant servers by retrying with TLS 1.0 turned off. R=darin BUG=3001 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3017

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -19 lines) Patch
M net/base/client_socket_factory.h View 1 2 3 4 5 6 1 chunk +5 lines, -1 line 0 comments Download
M net/base/client_socket_factory.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M net/base/net_error_list.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/ssl_client_socket.h View 1 2 3 4 5 6 2 chunks +13 lines, -2 lines 0 comments Download
M net/base/ssl_client_socket.cc View 1 2 3 4 5 6 3 chunks +18 lines, -6 lines 0 comments Download
M net/base/ssl_client_socket_unittest.cc View 1 2 3 4 5 6 5 chunks +11 lines, -4 lines 0 comments Download
M net/http/http_network_transaction.h View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 4 5 6 6 chunks +30 lines, -3 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
wtc
12 years, 2 months ago (2008-09-30 20:41:29 UTC) #1
darin (slow to review)
LGTM http://codereview.chromium.org/5617/diff/11/214 File net/base/client_socket_factory.h (right): http://codereview.chromium.org/5617/diff/11/214#newcode27 Line 27: unsigned int protocol_versions) = 0; nit: this ...
12 years, 2 months ago (2008-09-30 20:59:31 UTC) #2
wtc
Please review the new snapshot. Here are my responses to your comments. protocol_versions has been ...
12 years, 2 months ago (2008-10-01 01:01:59 UTC) #3
darin (slow to review)
LGTM http://codereview.chromium.org/5617/diff/38/245 File net/base/ssl_client_socket_unittest.cc (right): http://codereview.chromium.org/5617/diff/38/245#newcode17 Line 17: const unsigned int kSSL3TLS1 = net::SSLClientSocket::SSL3 | ...
12 years, 2 months ago (2008-10-01 01:08:22 UTC) #4
wtc
12 years, 2 months ago (2008-10-01 01:13:17 UTC) #5
I like kDefaultSSLVersionMask.  I will change kSSL3TLS1 to
kDefaultSSLVersionMask before checking in the CL.

Powered by Google App Engine
This is Rietveld 408576698