Skip to content

Commit

Permalink
add missing verification parameter flags (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
toidi authored Dec 13, 2020
1 parent 3e53910 commit 9b4a19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_cffi_src/openssl/x509_vfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
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;
Expand Down

0 comments on commit 9b4a19e

Please sign in to comment.