Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Issue 10823084: Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version. (Closed)

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

Description

Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version. BUG=139700 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149231

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fix wtc comments #

Total comments: 4

Patch Set 3 : Fix wtc comments #

Patch Set 4 : Fix typos in _win and _mac. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -11 lines) Patch
M net/socket/socket_test_util.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_mac.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_win.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/ssl_server_socket_nss.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M net/socket/ssl_socket.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ryan Hamilton
Hi wtc, Can you take a look at this CL? I need to access TLS ...
8 years, 4 months ago (2012-07-30 18:45:53 UTC) #1
wtc
Patch set 1 LGTM. http://codereview.chromium.org/10823084/diff/1/net/socket/socket_test_util.cc File net/socket/socket_test_util.cc (right): http://codereview.chromium.org/10823084/diff/1/net/socket/socket_test_util.cc#newcode724 net/socket/socket_test_util.cc:724: *outlen = outlen_max; I wonder ...
8 years, 4 months ago (2012-07-30 20:05:08 UTC) #2
Ryan Hamilton
Thanks! I have address all comments. http://codereview.chromium.org/10823084/diff/1/net/socket/socket_test_util.cc File net/socket/socket_test_util.cc (right): http://codereview.chromium.org/10823084/diff/1/net/socket/socket_test_util.cc#newcode724 net/socket/socket_test_util.cc:724: *outlen = outlen_max; ...
8 years, 4 months ago (2012-07-30 21:37:57 UTC) #3
wtc
Patch set 2 LGTM. http://codereview.chromium.org/10823084/diff/8001/net/socket/socket_test_util.cc File net/socket/socket_test_util.cc (right): http://codereview.chromium.org/10823084/diff/8001/net/socket/socket_test_util.cc#newcode721 net/socket/socket_test_util.cc:721: out->append("MOCK_TLS_UNIQUE"); We should use out->assign() ...
8 years, 4 months ago (2012-07-30 22:42:26 UTC) #4
Ryan Hamilton
Thanks! http://codereview.chromium.org/10823084/diff/8001/net/socket/socket_test_util.cc File net/socket/socket_test_util.cc (right): http://codereview.chromium.org/10823084/diff/8001/net/socket/socket_test_util.cc#newcode721 net/socket/socket_test_util.cc:721: out->append("MOCK_TLS_UNIQUE"); On 2012/07/30 22:42:26, wtc wrote: > > ...
8 years, 4 months ago (2012-07-31 16:12:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10823084/7003
8 years, 4 months ago (2012-07-31 16:12:32 UTC) #6
commit-bot: I haz the power
Try job failure for 10823084-7003 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-07-31 16:25:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10823084/35
8 years, 4 months ago (2012-07-31 16:39:32 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-07-31 18:32:20 UTC) #9
Change committed as 149231

Powered by Google App Engine
This is Rietveld 408576698