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

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: Cleanup before landing(?). 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 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.

Powered by Google App Engine
This is Rietveld 408576698