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

Issue 6580006: Implement ClientSocketFactory::ClearSSLSessionCache (Closed)

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

Description

Add a new method of ClientSocketFactory for clearing the cache used for SSL session resumption. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76052

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : Addressed wtc's comments #

Total comments: 8

Patch Set 4 : Addressed wtc's final comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M jingle/notifier/base/xmpp_client_socket_factory.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M jingle/notifier/base/xmpp_client_socket_factory.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/client_socket_factory.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/socket/client_socket_factory.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M net/socket/tcp_client_socket_pool_unittest.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Hamilton
wtc: Here is a *very* short CL which implements a non-static ClientSocketFactory::ClearSSLSessionCache, as per your ...
9 years, 10 months ago (2011-02-23 19:50:45 UTC) #1
wtc
Thanks for the patch. Please see my suggested changes below. http://codereview.chromium.org/6580006/diff/4001/net/socket/client_socket_factory.cc File net/socket/client_socket_factory.cc (right): http://codereview.chromium.org/6580006/diff/4001/net/socket/client_socket_factory.cc#newcode96 ...
9 years, 10 months ago (2011-02-24 01:00:14 UTC) #2
Ryan Hamilton
http://codereview.chromium.org/6580006/diff/4001/net/socket/client_socket_factory.cc File net/socket/client_socket_factory.cc (right): http://codereview.chromium.org/6580006/diff/4001/net/socket/client_socket_factory.cc#newcode96 net/socket/client_socket_factory.cc:96: void ClientSocketFactory::ClearSSLSessionCache() { On 2011/02/24 01:00:14, wtc wrote: > ...
9 years, 10 months ago (2011-02-24 22:38:46 UTC) #3
wtc
LGTM. Please check in after making my suggested changes below, in particular the one marked ...
9 years, 10 months ago (2011-02-24 22:49:37 UTC) #4
wtc
Please fix the Description (commit message to be) of the CL. It is now copied ...
9 years, 10 months ago (2011-02-24 22:50:44 UTC) #5
Ryan Hamilton
On 2011/02/24 22:50:44, wtc wrote: > Please fix the Description (commit message to be) of ...
9 years, 10 months ago (2011-02-24 23:35:57 UTC) #6
Ryan Hamilton
http://codereview.chromium.org/6580006/diff/5004/jingle/notifier/base/xmpp_client_socket_factory.h File jingle/notifier/base/xmpp_client_socket_factory.h (right): http://codereview.chromium.org/6580006/diff/5004/jingle/notifier/base/xmpp_client_socket_factory.h#newcode38 jingle/notifier/base/xmpp_client_socket_factory.h:38: virtual void ClearSSLSessionCache() {} On 2011/02/24 22:49:37, wtc wrote: ...
9 years, 10 months ago (2011-02-24 23:38:34 UTC) #7
wtc
9 years, 10 months ago (2011-02-25 16:20:10 UTC) #8
LGTM!

Powered by Google App Engine
This is Rietveld 408576698