Commit cd66576e authored by agl's avatar agl Committed by Commit bot

net: update SpiderOak pinning.

BUG=none

Review URL: https://codereview.chromium.org/969433002

Cr-Commit-Position: refs/heads/master@{#321867}
parent 23434b4e
...@@ -1368,8 +1368,8 @@ Ea8/B6hPatJ0ES8q/HO3X8IVQwVs1n3aAr0im0/T+Xc= ...@@ -1368,8 +1368,8 @@ Ea8/B6hPatJ0ES8q/HO3X8IVQwVs1n3aAr0im0/T+Xc=
FacebookBackup FacebookBackup
sha1/1ww8E0AYsR2oX5lndk2hwp2Uosk= sha1/1ww8E0AYsR2oX5lndk2hwp2Uosk=
SpiderOak1
sha1/UPrvFUSrp9aal5v6Rn0Jv3YJ/wU=
SpiderOak2 SpiderOak2
sha1/D0fS/hquA6QprluciyO1hlFUAxg= sha1/D0fS/hquA6QprluciyO1hlFUAxg=
SpiderOak3
sha1/l5JoIXv4lztZ+C6TJWgxZCHQzS4=
...@@ -517,14 +517,14 @@ static const char kSPKIHash_FacebookBackup[] = ...@@ -517,14 +517,14 @@ static const char kSPKIHash_FacebookBackup[] =
"\xd7\x0c\x3c\x13\x40\x18\xb1\x1d\xa8\x5f" "\xd7\x0c\x3c\x13\x40\x18\xb1\x1d\xa8\x5f"
"\x99\x67\x76\x4d\xa1\xc2\x9d\x94\xa2\xc9"; "\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[] = static const char kSPKIHash_SpiderOak2[] =
"\x0f\x47\xd2\xfe\x1a\xae\x03\xa4\x29\xae" "\x0f\x47\xd2\xfe\x1a\xae\x03\xa4\x29\xae"
"\x5b\x9c\x8b\x23\xb5\x86\x51\x54\x03\x18"; "\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 // The following is static data describing the hosts that are hardcoded with
// certificate pins or HSTS information. // certificate pins or HSTS information.
...@@ -650,9 +650,10 @@ static const char* const kFacebookAcceptableCerts[] = { ...@@ -650,9 +650,10 @@ static const char* const kFacebookAcceptableCerts[] = {
NULL, NULL,
}; };
static const char* const kSpideroakAcceptableCerts[] = { static const char* const kSpideroakAcceptableCerts[] = {
kSPKIHash_RapidSSL, kSPKIHash_GeoTrustGlobal,
kSPKIHash_SpiderOak1, kSPKIHash_DigiCertEVRoot,
kSPKIHash_SpiderOak2, kSPKIHash_SpiderOak2,
kSPKIHash_SpiderOak3,
NULL, NULL,
}; };
......
...@@ -170,9 +170,10 @@ ...@@ -170,9 +170,10 @@
{ {
"name": "spideroak", "name": "spideroak",
"static_spki_hashes": [ "static_spki_hashes": [
"RapidSSL", "GeoTrustGlobal",
"SpiderOak1", "DigiCertEVRoot",
"SpiderOak2" "SpiderOak2",
"SpiderOak3"
] ]
} }
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment