aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-25 12:21:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-25 12:21:48 +0000
commitdb28aa86e00b9121bee94d1e65506bf22d5ca6e3 (patch)
treeffda33fe5c02e8d50223ecc29229b0c7b189dc26 /crypto/x509/x509_vfy.h
parent2da2ff50650c8e372f7a0e0bc8d0091bc230517d (diff)
downloadopenssl-db28aa86e00b9121bee94d1e65506bf22d5ca6e3.tar.gz
add -trusted_first option and verify flag
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 5a8276dead..992005f222 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