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

Unified Diff: net/cert/internal/test_helpers.h

Issue 2832703002: Allow the TrustStore interface to return matching intermediates, and identify distrusted certs. (Closed)
Patch Set: address comments 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/cert/internal/test_helpers.h
diff --git a/net/cert/internal/test_helpers.h b/net/cert/internal/test_helpers.h
index 25afc28886d990b6003908f3735b7d441bfed2e2..0ba8938257fbb79c53431d2927ba7bc42e919a67 100644
--- a/net/cert/internal/test_helpers.h
+++ b/net/cert/internal/test_helpers.h
@@ -86,8 +86,8 @@ struct VerifyCertChainTest {
// The chain of certificates (with the zero-th being the target).
ParsedCertificateList chain;
- // The trust anchor to use when verifying the chain.
- scoped_refptr<TrustAnchor> trust_anchor;
+ // Details on the trustedness of the last certificate.
+ CertificateTrust last_cert_trust;
// The time to use when verifying the chain.
der::GeneralizedTime time;

Powered by Google App Engine
This is Rietveld 408576698