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

Issue 8817021: Add a new SSLClientSocket::was_origin_cert_sent() method (Closed)

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

Description

Add a new method to SSLClientSocket: was_origin_cert_sent() This will help SpdySession decide to send a CREDENTIAL frame. BUG=106103 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113409

Patch Set 1 : '' #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -2 lines) Patch
M net/socket/ssl_client_socket.h View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Ryan Hamilton
Hi Wan-Teh, Here is a mostly trivial CL that is a first step in supporting ...
9 years ago (2011-12-06 18:03:30 UTC) #1
wtc
LGTM. High-level comments 1. Please decide if it is enough to report whether the origin-bound ...
9 years ago (2011-12-06 19:22:11 UTC) #2
Ryan Hamilton
I switched to using a local was_origin_bound_cert_sent_ member field of SSLClientSocket (ala was_spdy_negotiated_) which simplified ...
9 years ago (2011-12-06 20:03:47 UTC) #3
wtc
Patch Set 4 LGTM. There is a bug (see my last comment below). http://codereview.chromium.org/8817021/diff/26/net/socket/ssl_client_socket.h File ...
9 years ago (2011-12-06 20:47:03 UTC) #4
Ryan Hamilton
Thanks! http://codereview.chromium.org/8817021/diff/13001/net/socket/ssl_client_socket.h File net/socket/ssl_client_socket.h (right): http://codereview.chromium.org/8817021/diff/13001/net/socket/ssl_client_socket.h#newcode162 net/socket/ssl_client_socket.h:162: // True if an Origin Bound Certificate was ...
9 years ago (2011-12-06 20:55:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8817021/15001
9 years ago (2011-12-06 21:10:16 UTC) #6
commit-bot: I haz the power
Try job failure for 8817021-15001 (retry) on linux_clang for step "compile" (clobber build). It's a ...
9 years ago (2011-12-06 21:57:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8817021/15001
9 years ago (2011-12-06 23:47:25 UTC) #8
commit-bot: I haz the power
Try job failure for 8817021-15001 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-07 00:06:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8817021/15001
9 years ago (2011-12-07 03:01:18 UTC) #10
commit-bot: I haz the power
Try job failure for 8817021-15001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
9 years ago (2011-12-07 05:06:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8817021/15001
9 years ago (2011-12-07 16:32:13 UTC) #12
commit-bot: I haz the power
9 years ago (2011-12-07 17:34:40 UTC) #13
Change committed as 113409

Powered by Google App Engine
This is Rietveld 408576698