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

Unified Diff: net/http/transport_security_state_static.h

Issue 13170002: net: add GoogleG2 to allowed Google pins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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.h
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index 86b07961dd2ca501eba01e3e65314f7a9588e456..ccc1c42f63c16656dbdcd82c96026b57a3cb0f8a 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -38,6 +38,10 @@ 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_GoogleG2[] =
palmer 2013/03/28 18:24:10 Using "openssl req -pubkey -in G2.csr", and then P
+ "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca"
+ "\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea";
+
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";
@@ -250,6 +254,7 @@ static const char* const kGoogleAcceptableCerts[] = {
kSPKIHash_Google2048,
kSPKIHash_GoogleBackup1024,
kSPKIHash_GoogleBackup2048,
+ kSPKIHash_GoogleG2,
kSPKIHash_EquifaxSecureCA,
kSPKIHash_GeoTrustGlobal,
NULL,
« no previous file with comments | « no previous file | net/http/transport_security_state_static.certs » ('j') | net/http/transport_security_state_static.certs » ('J')

Powered by Google App Engine
This is Rietveld 408576698