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

Issue 8276031: SSL client authentication support for secure proxy in WebSocket (Closed)

Created:
9 years, 2 months ago by Takashi Toyoshima
Modified:
9 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Ryan Hamilton
Visibility:
Public.

Description

SSL client authentication support for secure proxy in WebSocket BUG=83950 TEST=net_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105769

Patch Set 1 #

Total comments: 6

Patch Set 2 : cast must be static #

Patch Set 3 : use separated ssl_info #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -13 lines) Patch
M net/socket_stream/socket_stream.h View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M net/socket_stream/socket_stream.cc View 1 2 10 chunks +66 lines, -11 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Takashi Toyoshima
Could you review this change for M16 branch?
9 years, 2 months ago (2011-10-14 13:41:27 UTC) #1
Takashi Toyoshima
+rch Coud you verify that this change works for your use case?
9 years, 2 months ago (2011-10-16 23:59:04 UTC) #2
ukai
http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc#newcode1100 net/socket_stream/socket_stream.cc:1100: if (ssl_config_.send_client_cert) we might need to have 2 SSLConfig? ...
9 years, 2 months ago (2011-10-17 01:48:56 UTC) #3
Takashi Toyoshima
http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc#newcode1100 net/socket_stream/socket_stream.cc:1100: if (ssl_config_.send_client_cert) When we support client authentication for secure ...
9 years, 2 months ago (2011-10-17 02:50:05 UTC) #4
ukai
http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc#newcode1100 net/socket_stream/socket_stream.cc:1100: if (ssl_config_.send_client_cert) On 2011/10/17 02:50:05, toyoshim wrote: > When ...
9 years, 2 months ago (2011-10-17 04:18:08 UTC) #5
Takashi Toyoshima
http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc File net/socket_stream/socket_stream.cc (right): http://codereview.chromium.org/8276031/diff/1/net/socket_stream/socket_stream.cc#newcode1100 net/socket_stream/socket_stream.cc:1100: if (ssl_config_.send_client_cert) Oops! Sorry, now I see what was ...
9 years, 2 months ago (2011-10-17 04:42:30 UTC) #6
ukai
lgtm
9 years, 2 months ago (2011-10-17 04:44:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/8276031/8002
9 years, 2 months ago (2011-10-17 04:46:23 UTC) #8
commit-bot: I haz the power
9 years, 2 months ago (2011-10-17 05:57:37 UTC) #9
Change committed as 105769

Powered by Google App Engine
This is Rietveld 408576698