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

Unified Diff: net/base/x509_util_ios.h

Issue 11579002: Add X509Certificate::IsIssuedByEncoded() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: simple rebase to check that everything's still ok Created 7 years, 11 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/base/x509_certificate_win.cc ('k') | net/base/x509_util_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_util_ios.h
diff --git a/net/base/x509_util_ios.h b/net/base/x509_util_ios.h
index b8aca014d1716e1c6ea74ba14797817161898314..1f242edb0e0b4009d16a13fb7c2f2ffa0c4bdc27 100644
--- a/net/base/x509_util_ios.h
+++ b/net/base/x509_util_ios.h
@@ -61,6 +61,7 @@ class NSSCertChain {
explicit NSSCertChain(X509Certificate* certificate);
~NSSCertChain();
CERTCertificate* cert_handle() const;
+ const std::vector<CERTCertificate*>& cert_chain() const;
private:
std::vector<CERTCertificate*> certs_;
};
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/base/x509_util_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698