| Index: net/ssl/ssl_config.h
|
| diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
|
| index 0a195b0a20639ffc1bc1909dfdeab6b22848da72..3cb6198c79e01f9b7b4a561ee6295f1cf37117b6 100644
|
| --- a/net/ssl/ssl_config.h
|
| +++ b/net/ssl/ssl_config.h
|
| @@ -115,10 +115,10 @@ struct NET_EXPORT SSLConfig {
|
| // TLS extension is enabled.
|
| bool signed_cert_timestamps_enabled;
|
|
|
| - // 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;
|
| + // 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;
|
|
|
| // TODO(wtc): move the following members to a new SSLParams structure. They
|
| // are not SSL configuration settings.
|
|
|