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

Unified Diff: net/http/transport_security_state_static.h

Issue 22865046: net: add DigiCert to Twitter pins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase patch. Created 7 years, 3 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 f84c8496b2f9c29afb07dfffa80c160b31407a98..02dd46ba9165b08ac54cebc01fd5b2f787316a47 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -82,6 +82,14 @@ static const char kSPKIHash_DigiCertEVRoot[] =
"\x83\x31\x7e\x62\x85\x42\x53\xd6\xd7\x78"
"\x31\x90\xec\x91\x90\x56\xe9\x91\xb9\xe3";
+static const char kSPKIHash_DigiCertAssuredIDRoot[] =
+ "\x68\x33\x0e\x61\x35\x85\x21\x59\x29\x83"
+ "\xa3\xc8\xd2\xd2\xe1\x40\x6e\x7a\xb3\xc1";
+
+static const char kSPKIHash_DigiCertGlobalRoot[] =
+ "\xd5\x2e\x13\xc1\xab\xe3\x49\xda\xe8\xb4"
+ "\x95\x94\xef\x7c\x38\x43\x60\x64\x66\xbd";
+
static const char kSPKIHash_Tor1[] =
"\x8e\xe3\x71\x49\x3b\xfd\x50\x03\x66\xa4"
"\x2f\x64\x17\x91\x8a\xa6\x65\x8d\xc7\x76";
@@ -308,6 +316,9 @@ static const char* const kTwitterComAcceptableCerts[] = {
kSPKIHash_GeoTrustPrimary,
kSPKIHash_GeoTrustPrimary_G2,
kSPKIHash_GeoTrustPrimary_G3,
+ kSPKIHash_DigiCertGlobalRoot,
+ kSPKIHash_DigiCertEVRoot,
+ kSPKIHash_DigiCertAssuredIDRoot,
kSPKIHash_Twitter1,
NULL,
};
@@ -335,6 +346,9 @@ static const char* const kTwitterCDNAcceptableCerts[] = {
kSPKIHash_GeoTrustPrimary,
kSPKIHash_GeoTrustPrimary_G2,
kSPKIHash_GeoTrustPrimary_G3,
+ kSPKIHash_DigiCertGlobalRoot,
+ kSPKIHash_DigiCertEVRoot,
+ kSPKIHash_DigiCertAssuredIDRoot,
kSPKIHash_Twitter1,
kSPKIHash_Entrust_2048,
kSPKIHash_Entrust_EV,
« 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