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

Unified Diff: net/ssl/ssl_config.h

Issue 1131573005: Revert of Use cert config options in SSLServerSocketOpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_server_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 d64444ffe96114d8d1c819cc5382cf01aff61fdd..1b623a14dcd9e3b29541eb91a28ba86352887898 100644
--- a/net/ssl/ssl_config.h
+++ b/net/ssl/ssl_config.h
@@ -115,10 +115,10 @@
// TLS extension is enabled.
bool signed_cert_timestamps_enabled;
- // If true, causes only ECDHE cipher suites to be enabled. NOTE: This only
- // applies to server sockets currently, although that could be extended if
- // needed.
- bool require_ecdhe;
+ // require_forward_secrecy, if true, causes only (EC)DHE cipher suites to be
+ // enabled. NOTE: this only applies to server sockets currently, although
+ // that could be extended if needed.
+ bool require_forward_secrecy;
// TODO(wtc): move the following members to a new SSLParams structure. They
// are not SSL configuration settings.
« no previous file with comments | « net/socket/ssl_server_socket_unittest.cc ('k') | net/ssl/ssl_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698