aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-12-25 20:45:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-12-25 20:45:59 +0000
commit2b3936e8825efa15eceaa41ba6d3486dfc6ee2c0 (patch)
tree575fc8a86270ba93cb4b4c169699f19240e2f2b1 /crypto/x509/x509_vfy.h
parentc596b2ab5b47b00db619ff3b9cba37697ad93679 (diff)
downloadopenssl-2b3936e8825efa15eceaa41ba6d3486dfc6ee2c0.tar.gz
avoid verification loops in trusted store when path building
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 992005f222..34f2f113d5 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -353,6 +353,8 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
#define X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX 52
#define X509_V_ERR_UNSUPPORTED_NAME_SYNTAX 53
#define X509_V_ERR_CRL_PATH_VALIDATION_ERROR 54
+/* Another issuer check debug option */
+#define X509_V_ERR_PATH_LOOP 55
/* The application is not happy */
#define X509_V_ERR_APPLICATION_VERIFICATION 50