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

Unified Diff: net/socket/ssl_client_socket.h

Issue 6487012: Clear the SSL Client Auth cache when a new SSL Client Certificate is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/ssl_client_socket.h
===================================================================
--- net/socket/ssl_client_socket.h (revision 75583)
+++ net/socket/ssl_client_socket.h (working copy)
@@ -100,6 +100,13 @@
virtual bool set_was_spdy_negotiated(bool negotiated);
+ // Clears cache used for SSL session resumption.
+ static void ClearSSLSessionCache();
+
+ // To use the System specific SSL libraries for clearning the SSL
+ // session cache.
+ static void UseSystemClearSSLSessionCache();
wtc 2011/02/23 00:38:38 These two static methods should be combined into o
+
private:
// True if NPN was responded to, independent of selecting SPDY or HTTP.
bool was_npn_negotiated_;

Powered by Google App Engine
This is Rietveld 408576698