No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D67475

--HG--
extra : moz-landing-system : lando
This commit is contained in:
ffxbld 2020-03-19 13:43:29 +00:00
parent 627a14a9a0
commit 8fdcf8990c
4 changed files with 197 additions and 322 deletions

View File

@ -151,14 +151,6 @@ static const char kGOOGLE_PIN_GeoTrustGlobal2Fingerprint[] =
static const char kGOOGLE_PIN_GoDaddySecureFingerprint[] =
"MrZLZnJ6IGPkBm87lYywqu5Xal7O/ZUzmbuIdHMdlYc=";
/* GOOGLE_PIN_GoogleG2 */
static const char kGOOGLE_PIN_GoogleG2Fingerprint[] =
"7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y=";
/* GOOGLE_PIN_GoogleG3 */
static const char kGOOGLE_PIN_GoogleG3Fingerprint[] =
"f8NnEFZxQ4ExFOhSN7EiFWtiudZQVD2oY60uauV/n78=";
/* GOOGLE_PIN_RapidSSL */
static const char kGOOGLE_PIN_RapidSSLFingerprint[] =
"lT09gPUeQfbYrlxRtpsHrjDblj9Rpz+u7ajfCrg4qDM=";
@ -207,6 +199,22 @@ static const char kGOOGLE_PIN_VeriSignClass3_G2Fingerprint[] =
static const char kGOOGLE_PIN_VeriSignClass4_G3Fingerprint[] =
"VnuCEf0g09KD7gzXzgZyy52ZvFtIeljJ1U7Gf3fUqPU=";
/* GTS Root R1 */
static const char kGTS_Root_R1Fingerprint[] =
"hxqRlPTu1bMS/0DITB1SSu0vd4u/8l8TjPgfaAp63Gc=";
/* GTS Root R2 */
static const char kGTS_Root_R2Fingerprint[] =
"Vfd95BwDeSQo+NUYxVEEIlvkOlWY2SalKK1lPhzOx78=";
/* GTS Root R3 */
static const char kGTS_Root_R3Fingerprint[] =
"QXnt2YHvdHR3tJYmQIr0Paosp6t/nggsEGD4QJZ3Q0g=";
/* GTS Root R4 */
static const char kGTS_Root_R4Fingerprint[] =
"mEflZT5enoR1FuXLgYYGqnVEoZvmf9c2bVBpiOjYQ0c=";
/* GeoTrust Global CA */
static const char kGeoTrust_Global_CAFingerprint[] =
"h6801m+z8v3zbgkRHpq6L29Esgfzhj89C1SyUCOQmqU=";
@ -459,11 +467,13 @@ static const StaticFingerprints kPinset_test = {
};
static const char* const kPinset_google_Data[] = {
kGOOGLE_PIN_GoogleG2Fingerprint,
kGoogleBackup2048Fingerprint,
kGTS_Root_R3Fingerprint,
kGTS_Root_R2Fingerprint,
kGOOGLE_PIN_GTSCA1O1Fingerprint,
kGOOGLE_PIN_GoogleG3Fingerprint,
kGTS_Root_R1Fingerprint,
kGlobalSign_Root_CA___R2Fingerprint,
kGTS_Root_R4Fingerprint,
};
static const StaticFingerprints kPinset_google = {
sizeof(kPinset_google_Data) / sizeof(const char*),
@ -1139,4 +1149,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
static const int32_t kUnknownId = -1;
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1592832947452000);
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1593092155751000);

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long