summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduard Iskandarov <toidi@users.noreply.github.com>2020-12-13 21:43:30 +0500
committerGitHub <noreply@github.com>2020-12-13 11:43:30 -0500
commit9b4a19ed0e9378f6c89150f25dc8eb0debef5e51 (patch)
tree56e2ad1075bea8f685bf7e3ce7f9b5b2215fb2b6
parent3e53910e90aaaa7652ff8952c512132481b3de1e (diff)
downloadcryptography-9b4a19ed0e9378f6c89150f25dc8eb0debef5e51.tar.gz
add missing verification parameter flags (#5643)
-rw-r--r--src/_cffi_src/openssl/x509_vfy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509_vfy.py b/src/_cffi_src/openssl/x509_vfy.py
index dc4895f4e..66cc01761 100644
--- a/src/_cffi_src/openssl/x509_vfy.py
+++ b/src/_cffi_src/openssl/x509_vfy.py
@@ -122,6 +122,8 @@ static const long X509_V_FLAG_SUITEB_128_LOS_ONLY;
static const long X509_V_FLAG_SUITEB_192_LOS;
static const long X509_V_FLAG_SUITEB_128_LOS;
static const long X509_V_FLAG_PARTIAL_CHAIN;
+static const long X509_V_FLAG_NO_ALT_CHAINS;
+static const long X509_V_FLAG_NO_CHECK_TIME;
static const long X509_LU_X509;
static const long X509_LU_CRL;