зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1624464
- don't load certificate transparency log keys if CT is disabled r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D68285 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
40b642e225
Коммит
b016636b6d
|
@ -250,6 +250,9 @@ static Result BuildCertChainForOneKeyUsage(
|
|||
}
|
||||
|
||||
void CertVerifier::LoadKnownCTLogs() {
|
||||
if (mCTMode == CertificateTransparencyMode::Disabled) {
|
||||
return;
|
||||
}
|
||||
mCTVerifier = MakeUnique<MultiLogCTVerifier>();
|
||||
for (const CTLogInfo& log : kCTLogList) {
|
||||
Input publicKey;
|
||||
|
|
Загрузка…
Ссылка в новой задаче