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

Issue 8401024: Disable SPDY IP pooling for SSL connections with client authentication. (Closed)

Created:
9 years, 1 month ago by wtc
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., Ryan Sleevi
Visibility:
Public.

Description

Disable SPDY IP pooling for SSL connections with client authentication. Add a "bool client_cert_sent" member to SSLInfo to extract this info from SSLClientSocket. R=rtenneti@chromium.org BUG=101778 TEST=new unit test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107671

Patch Set 1 #

Total comments: 2

Patch Set 2 : Improve comments and add a TODO for renaming VerifyDomainAuthentication #

Patch Set 3 : Remove an incorrect test case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -9 lines) Patch
M net/base/ssl_info.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/ssl_info.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/socket/socket_test_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/socket_test_util.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 chunks +87 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
wtc
Please review. I will walk through this CL with you and add more comments tomorrow. ...
9 years, 1 month ago (2011-10-27 01:13:58 UTC) #1
ramant (doing other things)
lgtm. http://codereview.chromium.org/8401024/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): http://codereview.chromium.org/8401024/diff/1/net/spdy/spdy_session.cc#newcode345 net/spdy/spdy_session.cc:345: bool SpdySession::VerifyDomainAuthentication(const std::string& domain) { On 2011/10/27 01:13:58, ...
9 years, 1 month ago (2011-10-27 16:20:33 UTC) #2
wtc
rtenneti: please review Patch Set 2. rsleevi: just FYI -- I added a new "bool ...
9 years, 1 month ago (2011-10-27 19:18:12 UTC) #3
ramant (doing other things)
lgtm
9 years, 1 month ago (2011-10-27 21:06:11 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/8401024/13002
9 years, 1 month ago (2011-10-27 23:49:12 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-10-28 01:18:12 UTC) #6
Change committed as 107671

Powered by Google App Engine
This is Rietveld 408576698