| Index: net/base/ssl_config_service.h
|
| ===================================================================
|
| --- net/base/ssl_config_service.h (revision 86360)
|
| +++ net/base/ssl_config_service.h (working copy)
|
| @@ -58,6 +58,7 @@
|
| // TODO(rsleevi): Not implemented when using Schannel.
|
| std::vector<uint16> disabled_cipher_suites;
|
|
|
| + bool cached_info_enabled; // True if TLS cached info extension is enabled.
|
| bool false_start_enabled; // True if we'll use TLS False Start.
|
|
|
| // TODO(wtc): move the following members to a new SSLParams structure. They
|
| @@ -139,6 +140,11 @@
|
| static void EnableDNSSEC();
|
| static bool dnssec_enabled();
|
|
|
| + // Enables the TLS cached info extension, which allows the server to send
|
| + // just a digest of its certificate chain
|
| + static void EnableCachedInfo();
|
| + static bool cached_info_enabled();
|
| +
|
| // Disables False Start in SSL connections.
|
| static void DisableFalseStart();
|
| // True if we use False Start for SSL and TLS.
|
|
|