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

Unified Diff: net/http/transport_security_state_static.h

Issue 969433002: net: update SpiderOak pinning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 5 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
« 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 a02e8bc557513dcbb70de20807ee7498a986e3d7..247ecd47405a47b8658b6bb2048d50c03deb6e09 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -517,14 +517,14 @@ static const char kSPKIHash_FacebookBackup[] =
"\xd7\x0c\x3c\x13\x40\x18\xb1\x1d\xa8\x5f"
"\x99\x67\x76\x4d\xa1\xc2\x9d\x94\xa2\xc9";
-static const char kSPKIHash_SpiderOak1[] =
- "\x50\xfa\xef\x15\x44\xab\xa7\xd6\x9a\x97"
- "\x9b\xfa\x46\x7d\x09\xbf\x76\x09\xff\x05";
-
static const char kSPKIHash_SpiderOak2[] =
"\x0f\x47\xd2\xfe\x1a\xae\x03\xa4\x29\xae"
"\x5b\x9c\x8b\x23\xb5\x86\x51\x54\x03\x18";
+static const char kSPKIHash_SpiderOak3[] =
+ "\x97\x92\x68\x21\x7b\xf8\x97\x3b\x59\xf8"
+ "\x2e\x93\x25\x68\x31\x64\x21\xd0\xcd\x2e";
+
// The following is static data describing the hosts that are hardcoded with
// certificate pins or HSTS information.
@@ -650,9 +650,10 @@ static const char* const kFacebookAcceptableCerts[] = {
NULL,
};
static const char* const kSpideroakAcceptableCerts[] = {
- kSPKIHash_RapidSSL,
- kSPKIHash_SpiderOak1,
+ kSPKIHash_GeoTrustGlobal,
+ kSPKIHash_DigiCertEVRoot,
kSPKIHash_SpiderOak2,
+ kSPKIHash_SpiderOak3,
NULL,
};
« 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