summaryrefslogtreecommitdiff
path: root/chromium/components/cast_certificate/cast_crl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/cast_certificate/cast_crl.cc')
-rw-r--r--chromium/components/cast_certificate/cast_crl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/cast_certificate/cast_crl.cc b/chromium/components/cast_certificate/cast_crl.cc
index 9a4e6eb6fa4..c2f38e4398e 100644
--- a/chromium/components/cast_certificate/cast_crl.cc
+++ b/chromium/components/cast_certificate/cast_crl.cc
@@ -134,7 +134,8 @@ bool VerifyCRL(const Crl& crl,
// SimplePathBuilderDelegate will enforce required signature algorithms of
// RSASSA PKCS#1 v1.5 with SHA-256, and RSA keys 2048-bits or longer.
- net::SimplePathBuilderDelegate path_builder_delegate(2048);
+ net::SimplePathBuilderDelegate path_builder_delegate(
+ 2048, net::SimplePathBuilderDelegate::DigestPolicy::kWeakAllowSha1);
net::CertPathBuilder::Result result;
net::CertPathBuilder path_builder(