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

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

Issue 2755483008: Add initial CertVerifyProcBuiltin. (Closed)
Patch Set: type notimplemented properly Created 3 years, 9 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
« no previous file with comments | « net/cert/internal/cert_errors.cc ('k') | net/cert/internal/signature_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/path_builder.h
diff --git a/net/cert/internal/path_builder.h b/net/cert/internal/path_builder.h
index ee39ed67ee5b2834725ed73c5869bb9b75b70a3b..f942fd2921ffa131dc26248513fcbcfb92a27f12 100644
--- a/net/cert/internal/path_builder.h
+++ b/net/cert/internal/path_builder.h
@@ -32,6 +32,9 @@ class SignaturePolicy;
// certs[0] is the target certificate
// certs[i] was issued by certs[i+1]
// certs.back() was issued by trust_anchor
+//
+// TODO(eroman): The current code doesn't allow for the target certificate to
+// be the trust anchor. Should it?
struct NET_EXPORT CertPath {
CertPath();
~CertPath();
« no previous file with comments | « net/cert/internal/cert_errors.cc ('k') | net/cert/internal/signature_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698