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

Unified Diff: chrome/common/chrome_switches.cc

Issue 619463002: net: disable SSLv3 fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 80ff7cb15b44ae431fbda94b68497007fa0cbc4c..acd8f74f63bda96cc280f67ccaf7d78de11dcfa5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1115,6 +1115,10 @@ const char kSSLVersionMax[] = "ssl-version-max";
// "tls1.2").
const char kSSLVersionMin[] = "ssl-version-min";
+// Specifies the minimum SSL/TLS version ("ssl3", "tls1", "tls1.1", or
+// "tls1.2") that TLS fallback will accept.
+const char kSSLVersionFallbackMin[] = "ssl-version-fallback-min";
+
// Starts the browser maximized, regardless of any previous settings.
const char kStartMaximized[] = "start-maximized";

Powered by Google App Engine
This is Rietveld 408576698