| Index: components/cast_certificate/cast_crl.cc
|
| diff --git a/components/cast_certificate/cast_crl.cc b/components/cast_certificate/cast_crl.cc
|
| index fa95ae33083063606cfcccde01c24ed69efc1e52..7d866e370884982d920e4c4285217fe5d2f323ed 100644
|
| --- a/components/cast_certificate/cast_crl.cc
|
| +++ b/components/cast_certificate/cast_crl.cc
|
| @@ -147,7 +147,7 @@ bool VerifyCRL(const Crl& crl,
|
| net::CertPathBuilder::Result result;
|
| net::CertPathBuilder path_builder(parsed_cert.get(), trust_store,
|
| signature_policy.get(), verification_time,
|
| - &result);
|
| + net::KeyPurpose::ANY_EKU, &result);
|
| path_builder.Run();
|
| if (!result.HasValidPath()) {
|
| VLOG(2) << "CRL - Issuer certificate verification failed.";
|
|
|