Index: net/ssl/ssl_config_service.h |
diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h |
index 01c20cd610382cab4a5498ce335be1cf2b1b44a6..37062dd0be6657c7b743793cee1d14528ff1fb84 100644 |
--- a/net/ssl/ssl_config_service.h |
+++ b/net/ssl/ssl_config_service.h |
@@ -91,6 +91,10 @@ struct NET_EXPORT SSLConfig { |
bool channel_id_enabled; // True if TLS channel ID extension is enabled. |
bool false_start_enabled; // True if we'll use TLS False Start. |
+ // True if SSL3 version fallback is applied when an initial TLS 1.0 handshake |
+ // fails. |
wtc
2013/04/17 23:22:05
This description does not reflect the actual meani
thaidn_google
2013/04/18 00:05:50
Done.
|
+ bool ssl3_version_fallback_enabled; |
wtc
2013/04/17 23:22:05
Remove "version". "ssl3_fallback_enabled" is suffi
thaidn_google
2013/04/18 00:05:50
Done.
|
+ |
// TODO(wtc): move the following members to a new SSLParams structure. They |
// are not SSL configuration settings. |