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

Unified Diff: net/base/x509_chain.h

Issue 3146034: Allow the constructed certificate chain to be returned in CertVerifyResult (Closed)
Patch Set: Created 10 years, 4 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_unittest.cc ('k') | net/base/x509_chain_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_chain.h
diff --git a/net/base/x509_chain.h b/net/base/x509_chain.h
index f391bb60990321cc23ad977e3a9e2ca9ba6a1896..0cca7b4d98695e1f115f239cf8c6455824a3d5ff 100644
--- a/net/base/x509_chain.h
+++ b/net/base/x509_chain.h
@@ -19,6 +19,7 @@ namespace x509_chain {
enum VerifyFlags {
VERIFY_REV_CHECKING_ENABLED = 1 << 0,
VERIFY_EV_CERT = 1 << 1,
+ VERIFY_RETURN_CHAIN = 1 << 2,
};
// Verifies that |certificate| is a valid SSL server certificate for the
« no previous file with comments | « net/base/x509_certificate_unittest.cc ('k') | net/base/x509_chain_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698