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

Unified Diff: net/base/ssl_config_service.h

Issue 5746003: Defines SSLServerSocket and implements SSLServerSocketNSS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix style Created 10 years 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/base/ssl_config_service.h
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
index 0f796564fb306f90338c893441700b70decc85f7..e9aba051e8e3fb02460d5f67e49f82425602fe18 100644
--- a/net/base/ssl_config_service.h
+++ b/net/base/ssl_config_service.h
@@ -31,6 +31,7 @@ struct SSLConfig {
bool snap_start_enabled; // True if we'll try Snap Start handshakes.
// True if we'll do async checks for certificate provenance using DNS.
bool dns_cert_provenance_checking_enabled;
+ bool no_cache_enabled; // Disable caching.
wtc 2010/12/17 00:16:26 no_cache_enabled => session_cache_disabled More i
Alpha Left Google 2010/12/17 08:30:43 I'd like to simply the implementations in the firs
wtc 2010/12/17 16:38:32 Adding a TODO for enabling server session cache is
Alpha Left Google 2010/12/17 20:09:57 SSLClientSocketNSS uses session key between tests.
// Cipher suites which should be explicitly prevented from being used. By
// default, all cipher suites supported by the underlying SSL implementation
« no previous file with comments | « net/base/net_log_event_type_list.h ('k') | net/base/ssl_config_service.cc » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698