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

Unified Diff: net/http/transport_security_state_static.json

Issue 1139013002: Completely remove SSLv3 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/http/transport_security_state_static.json
diff --git a/net/http/transport_security_state_static.json b/net/http/transport_security_state_static.json
index 6d5cd9dc484cd22c11f7586884b41e023268beb5..19daf97f9016023c968d3de7b6037daef023343d 100644
--- a/net/http/transport_security_state_static.json
+++ b/net/http/transport_security_state_static.json
@@ -26,13 +26,6 @@
// mode: (optional string) "force-https" iff covered names should require
// HTTPS
// pins: (optional string) the |name| member of an object in |pinsets|
-// snionly: (optional bool) if true then this entry is only enforced if TLS is
-// enabled because the site in question only serves the correct
-// certificate if SNI is sent. Note that this only covers the case where
-// TLS has been disabled by explicit configuration. If TLS was disabled
-// because of SSLv3 fallback, then the entry is still in force and a
-// fatal certificate error will result. Spurious certificate errors are
-// an unfortunate result of SSLv3 fallback.
{
"pinsets": [

Powered by Google App Engine
This is Rietveld 408576698