summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-09-26 13:50:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-09-26 13:50:42 +0000
commit9d2006d8ed733522014035ec0514e23a312083e8 (patch)
treeda40b3717b971ab0aa2b1b3d04eb236e1b0cb8b6 /crypto/x509/x509_vfy.h
parentabf1e32f2f5f3edd0aab8dc294b548ec610fb33c (diff)
add -trusted_first option and verify flag (backport from HEAD)
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index fe09b30aaa..d53f3e3869 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -389,6 +389,8 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
#define X509_V_FLAG_USE_DELTAS 0x2000
/* Check selfsigned CA signature */
#define X509_V_FLAG_CHECK_SS_SIGNATURE 0x4000
+/* Use trusted store first */
+#define X509_V_FLAG_TRUSTED_FIRST 0x8000
#define X509_VP_FLAG_DEFAULT 0x1