Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: net/tools/cert_verify_tool/verify_using_path_builder.cc

Issue 2832703002: Allow the TrustStore interface to return matching intermediates, and identify distrusted certs. (Closed)
Patch Set: mac fix Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/tools/cert_verify_tool/verify_using_path_builder.cc
diff --git a/net/tools/cert_verify_tool/verify_using_path_builder.cc b/net/tools/cert_verify_tool/verify_using_path_builder.cc
index 45dec38f3e158978ad0f4bed05a5c0dec0d65807..6a7d6d201ae4a281021445a2ce7b3f9dc5d347bc 100644
--- a/net/tools/cert_verify_tool/verify_using_path_builder.cc
+++ b/net/tools/cert_verify_tool/verify_using_path_builder.cc
@@ -244,9 +244,6 @@ bool VerifyUsingPathBuilder(
net::KeyPurpose::SERVER_AUTH, &result);
path_builder.AddCertIssuerSource(&intermediate_cert_issuer_source);
- if (ssl_trust_store->GetCertIssuerSource())
- path_builder.AddCertIssuerSource(ssl_trust_store->GetCertIssuerSource());
-
// Create a network thread to be used for AIA fetches, and wait for a
// CertNetFetcher to be constructed on that thread.
base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);

Powered by Google App Engine
This is Rietveld 408576698