From b1fe6ca175bdbb51a064c1e5519b21d80804e7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 16 Nov 1999 23:15:41 +0000 Subject: Store verify_result with sessions to avoid potential security hole. --- crypto/x509/x509_vfy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/x509') diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h index ecfd4cf..39fa056 100644 --- a/crypto/x509/x509_vfy.h +++ b/crypto/x509/x509_vfy.h @@ -234,6 +234,7 @@ struct x509_store_state_st /* X509_STORE_CTX */ X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL) #define X509_V_OK 0 +/* illegal error (for uninitialized values, to avoid X509_V_OK): 1 */ #define X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT 2 #define X509_V_ERR_UNABLE_TO_GET_CRL 3 -- cgit v1.1