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

Issue 598043002: Map SSL errors to SSL_PROTOCOL_ERROR, others to FAILED. (Closed)

Created:
6 years, 3 months ago by davidben
Modified:
6 years, 2 months ago
Reviewers:
agl
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Map SSL errors to SSL_PROTOCOL_ERROR, others to FAILED. This matches the NSS port's behavior. If an unknown error within ERR_LIB_SSL, map to ERR_SSL_PROTOCOL_ERROR. Otherwise, map to ERR_FAILED. The OpenSSL port actually inverted this for some reason. (This doesn't fix #417134 but maps it to a more appropriate error.) BUG=417134 Committed: https://crrev.com/5e114758a150ac5b7c0e025dc6a2392080b46e5e Cr-Commit-Position: refs/heads/master@{#296769}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M net/ssl/openssl_ssl_util.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
davidben
6 years, 3 months ago (2014-09-24 15:23:01 UTC) #2
agl
LGTM. SSL_PROTOCOL_ERROR is a magic value for fallbacks (see http_network_transaction.cc). We have a test for ...
6 years, 3 months ago (2014-09-24 16:53:33 UTC) #3
davidben
On 2014/09/24 16:53:33, agl wrote: > LGTM. > > SSL_PROTOCOL_ERROR is a magic value for ...
6 years, 2 months ago (2014-09-25 19:33:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/598043002/1
6 years, 2 months ago (2014-09-25 19:35:15 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as 9c8c2c122fa1f163385e4bfb4c556d2efdabe6ba
6 years, 2 months ago (2014-09-25 19:41:09 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-09-25 19:42:17 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5e114758a150ac5b7c0e025dc6a2392080b46e5e
Cr-Commit-Position: refs/heads/master@{#296769}

Powered by Google App Engine
This is Rietveld 408576698