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

Issue 418553003: Implement TLS_FALLBACK_SCSV for SSLClientSocketOpenSSL. (Closed)

Created:
6 years, 5 months ago by davidben
Modified:
6 years, 5 months ago
Reviewers:
agl
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Implement TLS_FALLBACK_SCSV for SSLClientSocketOpenSSL. In doing so, fix a bug in tlslite's TLS_FALLBACK_SCSV support; the fallback alert should be sent with the client's version. Otherwise OpenSSL reports SSL_R_UNSUPPORTED_PROTOCOL and doesn't report the alert. This behavior is probably not wrong as, if the server responds with a TLS version higher than what is supported, we can't really be sure of the parse. BUG=388425 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285764

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M net/socket/openssl_ssl_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M third_party/tlslite/patches/fallback_scsv.patch View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/tlslite/tlslite/tlsconnection.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
davidben
6 years, 5 months ago (2014-07-23 21:18:30 UTC) #1
agl
I'm concerned about the OpenSSL client behaviour here. What version is tlslite returning that's causing ...
6 years, 5 months ago (2014-07-24 19:27:14 UTC) #2
davidben
On 2014/07/24 19:27:14, agl wrote: > I'm concerned about the OpenSSL client behaviour here. > ...
6 years, 5 months ago (2014-07-24 20:00:58 UTC) #3
agl
lgtm
6 years, 5 months ago (2014-07-24 22:09:42 UTC) #4
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 5 months ago (2014-07-25 05:17:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/418553003/1
6 years, 5 months ago (2014-07-25 05:19:18 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 05:29:25 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 05:31:26 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/30380)
6 years, 5 months ago (2014-07-25 05:31:27 UTC) #9
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 5 months ago (2014-07-25 22:08:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/418553003/20001
6 years, 5 months ago (2014-07-25 22:09:21 UTC) #11
commit-bot: I haz the power
6 years, 5 months ago (2014-07-26 18:05:17 UTC) #12
Message was sent while issue was closed.
Change committed as 285764

Powered by Google App Engine
This is Rietveld 408576698