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

Unified Diff: net/http/transport_security_state_static.h

Issue 79173006: Merge 235165 "net: add Baltimore CyberTrust Root to the twitterC..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/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
===================================================================
--- net/http/transport_security_state_static.h (revision 236335)
+++ net/http/transport_security_state_static.h (working copy)
@@ -234,6 +234,10 @@
"\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";
@@ -372,6 +376,7 @@
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