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

Issue 1000813002: Tidy up SSL_read error handling. (Closed)

Created:
5 years, 9 months ago by davidben
Modified:
5 years, 9 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@openssl-alert
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Tidy up SSL_read error handling. The old logic was difficult to follow with pointers and values switching from SSL_read return values to net return values. This new formulation should hopefully be clearer. BUG=none Committed: https://crrev.com/7e555daf95a1fbead12dc60fb0f7f1eaab9c22b7 Cr-Commit-Position: refs/heads/master@{#322179}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : sleevi comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -60 lines) Patch
M net/socket/ssl_client_socket_openssl.cc View 1 2 2 chunks +53 lines, -60 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
davidben
This sits on top of https://codereview.chromium.org/994373004/.
5 years, 9 months ago (2015-03-11 22:18:04 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/1000813002/diff/1/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): https://codereview.chromium.org/1000813002/diff/1/net/socket/ssl_client_socket_openssl.cc#newcode1550 net/socket/ssl_client_socket_openssl.cc:1550: } else if (ssl_ret <= 0) { Why is ...
5 years, 9 months ago (2015-03-17 00:33:14 UTC) #3
davidben
https://codereview.chromium.org/1000813002/diff/1/net/socket/ssl_client_socket_openssl.cc File net/socket/ssl_client_socket_openssl.cc (right): https://codereview.chromium.org/1000813002/diff/1/net/socket/ssl_client_socket_openssl.cc#newcode1550 net/socket/ssl_client_socket_openssl.cc:1550: } else if (ssl_ret <= 0) { On 2015/03/17 ...
5 years, 9 months ago (2015-03-20 20:46:04 UTC) #4
Ryan Sleevi
lgtm
5 years, 9 months ago (2015-03-24 23:22:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000813002/40001
5 years, 9 months ago (2015-03-24 23:54:16 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/46850)
5 years, 9 months ago (2015-03-25 04:34:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000813002/40001
5 years, 9 months ago (2015-03-25 15:23:31 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-25 17:03:37 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 17:04:39 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7e555daf95a1fbead12dc60fb0f7f1eaab9c22b7
Cr-Commit-Position: refs/heads/master@{#322179}

Powered by Google App Engine
This is Rietveld 408576698