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

Unified Diff: chrome/browser/net/transport_security_persister.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: 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: chrome/browser/net/transport_security_persister.h
diff --git a/chrome/browser/net/transport_security_persister.h b/chrome/browser/net/transport_security_persister.h
index 36c25fb42998ab3a87866081129de6486b5647a0..cd9367e13666af92e1e95ca39e5a17d85105d7be 100644
--- a/chrome/browser/net/transport_security_persister.h
+++ b/chrome/browser/net/transport_security_persister.h
@@ -77,6 +77,7 @@ class TransportSecurityPersister
// "bad_static_spki_hashes": list of strings
// legacy key synonym "bad_preloaded_spki_hashes"
// "dynamic_spki_hashes": list of strings
+ // "ssl_version": integer
thaidn_google 2013/04/11 01:31:52 should be ssl_version_min. will fix in another pat
//
// The JSON dictionary keys are strings containing
// Base64(SHA256(net::TransportSecurityState::CanonicalizeHost(domain))).
« no previous file with comments | « no previous file | chrome/browser/net/transport_security_persister.cc » ('j') | chrome/browser/net/transport_security_persister.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698