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

Issue 10332300: Map the client certificate related SSL alerts to (Closed)

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

Description

Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT on the client side. Move MapNSSHandshakeError to ssl_client_socket_nss.cc (and rename it MapNSSClientHandshakeError) because it is specific to the client side. R=rsleevi@chromium.org BUG=129209 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140897

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Sync with the ToT, exclude OBC-related changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -19 lines) Patch
M net/socket/nss_ssl_util.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M net/socket/nss_ssl_util.cc View 1 2 2 chunks +1 line, -12 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 chunks +34 lines, -3 lines 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
wtc
The NSS code that maps these client certificate related alerts to the NSS error codes ...
8 years, 7 months ago (2012-05-22 19:05:00 UTC) #1
Ryan Sleevi
https://chromiumcodereview.appspot.com/10332300/diff/1/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): https://chromiumcodereview.appspot.com/10332300/diff/1/net/socket/nss_ssl_util.cc#newcode175 net/socket/nss_ssl_util.cc:175: return ERR_BAD_SSL_CLIENT_AUTH_CERT; The interpretation of these are dependent upon ...
8 years, 7 months ago (2012-05-22 19:14:11 UTC) #2
wtc
rsleevi: please review patch set 2. Thank you for your comment. You are right that ...
8 years, 6 months ago (2012-05-29 23:41:00 UTC) #3
Ryan Sleevi
lgtm
8 years, 6 months ago (2012-05-29 23:44:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/10332300/13001
8 years, 6 months ago (2012-06-06 22:20:13 UTC) #5
commit-bot: I haz the power
8 years, 6 months ago (2012-06-07 00:18:45 UTC) #6
Change committed as 140897

Powered by Google App Engine
This is Rietveld 408576698