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

Unified Diff: net/http/transport_security_state_static.h

Issue 23477002: net: forbid Thawte for Google properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include script output in change. Created 7 years, 4 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
« no previous file with comments | « no previous file | net/http/transport_security_state_static.certs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b8d273ed147e7a1191858228e977c825ef74be11..0cc888f63d59d0a0bf5ebee02df75a81917be6e1 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -42,6 +42,10 @@ static const char kSPKIHash_GoogleG2[] =
"\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca"
"\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea";
+static const char kSPKIHash_ThawteSGCCA[] =
+ "\x87\x31\xea\x0e\x3d\xf5\xe8\x70\x3e\x83"
+ "\x72\x57\x77\xa9\x65\x3b\x3b\xfa\x5e\x14";
+
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";
@@ -264,6 +268,7 @@ static const char* const kGoogleRejectedCerts[] = {
kSPKIHash_Intel,
kSPKIHash_TCTrustCenter,
kSPKIHash_Vodafone,
+ kSPKIHash_ThawteSGCCA,
NULL,
};
#define kGooglePins { \
« no previous file with comments | « no previous file | net/http/transport_security_state_static.certs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698