Index: net/ssl/ssl_config.h |
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h |
index c3dc9b9fef25ad6b27ec452a2327f14063499d59..1b623a14dcd9e3b29541eb91a28ba86352887898 100644 |
--- a/net/ssl/ssl_config.h |
+++ b/net/ssl/ssl_config.h |
@@ -106,6 +106,9 @@ struct NET_EXPORT SSLConfig { |
// disable TLS_ECDH_ECDSA_WITH_RC4_128_SHA, specify 0xC002. |
std::vector<uint16> disabled_cipher_suites; |
+ // Enables deprecated cipher suites. Currently, RC4 is deprecated. |
+ bool enable_deprecated_cipher_suites; |
+ |
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 the Certificate Transparency signed_certificate_timestamp |