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

Unified Diff: net/http/transport_security_state_static.h

Issue 68113025: net: add Baltimore CyberTrust Root to the twitterCDN pinning set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 b9233f755555b5e4a7fa866e30f1937a2ad129d4..9d3b13bdc01091af2cca71f4aac2c4e0cd2632a2 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -194,6 +194,10 @@ static const char kSPKIHash_GTECyberTrustGlobalRoot[] =
"\x59\x79\x12\xde\x61\x75\xd6\x6f\xc4\x23"
"\xb7\x77\x13\x74\xc7\x96\xde\x6f\x88\x72";
+static const char kSPKIHash_BaltimoreCyberTrustRoot[] =
+ "\x30\xa4\xe6\x4f\xde\x76\x8a\xfc\xed\x5a"
+ "\x90\x84\x28\x30\x46\x79\x2c\x29\x15\x70";
+
static const char kSPKIHash_Tor2web[] =
"\x19\xe5\xb5\x87\x1b\xd4\x83\x2e\xc8\xf5"
"\x94\x97\xfe\xc6\x5e\xfb\x48\xe3\x33\xb1";
@@ -320,6 +324,7 @@ static const char* const kTwitterCDNAcceptableCerts[] = {
kSPKIHash_UTNUSERFirstHardware,
kSPKIHash_UTNUSERFirstObject,
kSPKIHash_GTECyberTrustGlobalRoot,
+ kSPKIHash_BaltimoreCyberTrustRoot,
NULL,
};
#define kTwitterCDNPins { \
« 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