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

Unified Diff: net/base/transport_security_state_static.h

Issue 12045026: net: add two Google backup pins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/base/transport_security_state_static.h
diff --git a/net/base/transport_security_state_static.h b/net/base/transport_security_state_static.h
index c47313b47b1266e16ce68b086f74e9bf8b37f961..0c98fb053839c4bb590219f2f1c8cf8c9defe1e6 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/base/transport_security_state_static.h
@@ -30,6 +30,14 @@ static const char kSPKIHash_Google2048[] =
"\x01\xb9\x21\xc5\x8d\x0b\xdf\x8d\xe0\x29"
"\xff\x9c\x92\x2e\xcd\x55\x6a\x7e\xa3\x39";
+static const char kSPKIHash_GoogleBackup1024[] =
palmer 2013/01/22 19:08:07 These are good too.
+ "\x7d\x5b\xa3\xca\x8e\x37\x65\x1d\x7c\x71"
+ "\xc3\xe3\xb7\x74\xcd\xe9\x7b\x1b\x59\x43";
+
+static const char kSPKIHash_GoogleBackup2048[] =
+ "\xbe\xae\xce\xca\x34\xa7\xa8\xe7\x28\xf6"
+ "\x7c\x8c\x08\x31\x9d\xcb\xbe\xde\x8a\x33";
+
static const char kSPKIHash_EquifaxSecureCA[] =
"\x48\xe6\x68\xf9\x2b\xd2\xb2\x95\xd7\x47"
"\xd8\x23\x20\x10\x4f\x33\x98\x90\x9f\xd4";
@@ -240,6 +248,8 @@ static const char* const kGoogleAcceptableCerts[] = {
kSPKIHash_VeriSignClass3_G3,
kSPKIHash_Google1024,
kSPKIHash_Google2048,
+ kSPKIHash_GoogleBackup1024,
+ kSPKIHash_GoogleBackup2048,
kSPKIHash_EquifaxSecureCA,
kSPKIHash_GeoTrustGlobal,
NULL,
« no previous file with comments | « no previous file | net/base/transport_security_state_static.certs » ('j') | net/base/transport_security_state_static.certs » ('J')

Powered by Google App Engine
This is Rietveld 408576698