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

Issue 22633004: Handle the TLS version fallback on the bad_record_mac alert error in (Closed)

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

Description

Handle the TLS version fallback on the bad_record_mac alert error in http_network_transaction.cc, so that it applies to SSLClientSockets based on both NSS and OpenSSL. R=agl@chromium.org,rsleevi@chromium.org BUG=260358 TEST=net_unittests, plus manual testing: visit https://www.web-secured.com/. Should get a successful TLS 1.0 connection, rather than ERR_SSL_BAD_RECORD_MAC_ALERT. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216836

Patch Set 1 #

Patch Set 2 : Comment fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -18 lines) Patch
M net/http/http_network_transaction.cc View 1 2 chunks +25 lines, -9 lines 1 comment Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
wtc
This is the cleanup that agl mentioned in http://code.google.com/p/chromium/issues/detail?id=260358#c26
7 years, 4 months ago (2013-08-09 21:19:26 UTC) #1
wtc
https://codereview.chromium.org/22633004/diff/6001/net/http/http_network_transaction.cc File net/http/http_network_transaction.cc (right): https://codereview.chromium.org/22633004/diff/6001/net/http/http_network_transaction.cc#newcode1265 net/http/http_network_transaction.cc:1265: version_max--; We can also change version_max directly to SSL_PROTOCOL_VERSION_TLS1 ...
7 years, 4 months ago (2013-08-09 21:28:31 UTC) #2
Ryan Sleevi
lgtm
7 years, 4 months ago (2013-08-09 23:00:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/22633004/6001
7 years, 4 months ago (2013-08-09 23:15:20 UTC) #4
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 13:38:30 UTC) #5
Message was sent while issue was closed.
Change committed as 216836

Powered by Google App Engine
This is Rietveld 408576698