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

Unified Diff: net/ssl/ssl_config.h

Issue 2653773003: Remove remnants of DHE support. (Closed)
Patch Set: adjust tests Created 3 years, 11 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
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | net/ssl/ssl_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config.h
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
index 0cc7f55201bc060c0adaba85e973c1214aeffae2..1188a0d128484acead0114e9474c0ea09c9abb54 100644
--- a/net/ssl/ssl_config.h
+++ b/net/ssl/ssl_config.h
@@ -103,11 +103,11 @@ struct NET_EXPORT SSLConfig {
// to them as far as downgrades are concerned, so this should only be used for
// measurement of ciphers not to be carried long-term. It is no fix for
// servers with bad configurations without full removal.
+ //
+ // TODO(davidben): This is no longer used. Remove
+ // it. https://crbug.com/684730.
bool deprecated_cipher_suites_enabled;
- // Enables DHE cipher suites.
- bool dhe_enabled;
-
bool channel_id_enabled; // True if TLS channel ID extension is enabled.
// List of Token Binding key parameters supported by the client. If empty,
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | net/ssl/ssl_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698