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

Unified Diff: net/base/ssl_config_service_mac.cc

Issue 3845005: Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) use (Closed)
Patch Set: Upload before commit Created 10 years, 1 month 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_mac.cc
diff --git a/net/base/ssl_config_service_mac.cc b/net/base/ssl_config_service_mac.cc
index 2ce1d5c9a4d13f8ea2800adee73599c2df0e5ad2..148bba4adede7db304887da8a3c5f0f01773d8d4 100644
--- a/net/base/ssl_config_service_mac.cc
+++ b/net/base/ssl_config_service_mac.cc
@@ -97,6 +97,8 @@ bool SSLConfigServiceMac::GetSSLConfigNow(SSLConfig* config) {
kTLS1EnabledDefaultValue);
SSLConfigService::SetSSLConfigFlags(config);
+ // TODO(rsleevi): http://crbug.com/58831 - Implement preferences for
+ // disabling cipher suites.
return true;
}

Powered by Google App Engine
This is Rietveld 408576698