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

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

Issue 1923433002: Certificate path builder for new certificate verification library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes for comment #16 Created 4 years, 6 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/parsed_certificate.h
diff --git a/net/cert/internal/parsed_certificate.h b/net/cert/internal/parsed_certificate.h
index 823775229898d2057c417b5f05519aa4f2bb5bd2..a4c6c3b52577e4031087f39817ec8c3600d7d97e 100644
--- a/net/cert/internal/parsed_certificate.h
+++ b/net/cert/internal/parsed_certificate.h
@@ -18,8 +18,11 @@ namespace net {
struct GeneralNames;
class NameConstraints;
+class ParsedCertificate;
class SignatureAlgorithm;
+using ParsedCertificateList = std::vector<scoped_refptr<ParsedCertificate>>;
+
// Represents an X.509 certificate, including Certificate, TBSCertificate, and
// standard extensions.
// Creating a ParsedCertificate does not completely parse and validate the

Powered by Google App Engine
This is Rietveld 408576698