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

Unified Diff: net/ssl/ssl_config_service.h

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change switch to --enable-unrestricted-ssl3-fallback; Remove obsolete TLS decompression test cases. Created 7 years, 8 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
Index: net/ssl/ssl_config_service.h
diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h
index a111594c0bda35c68e19622f909d23ae21e01487..2e53f06e72a1b1d751178b1476dde520124a8576 100644
--- a/net/ssl/ssl_config_service.h
+++ b/net/ssl/ssl_config_service.h
@@ -91,6 +91,13 @@ 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.
+ // If |unrestricted_ssl3_fallback_enabled| is true, SSL 3.0 fallback will be
+ // enabled for all sites.
+ // If |unrestricted_ssl3_fallback_enabled| is false, SSL 3.0 fallback will be
+ // disabled for a site pinned to the Google pin list (indicating that
wtc 2013/04/19 17:45:18 Nit: can you fill up this line?
thaidn_google 2013/04/19 18:21:11 Done.
+ // it is a Google site).
+ bool unrestricted_ssl3_fallback_enabled;
+
// TODO(wtc): move the following members to a new SSLParams structure. They
// are not SSL configuration settings.

Powered by Google App Engine
This is Rietveld 408576698