Skip to content

Commit

Permalink
Check for BoringSSL in the X.509 verify bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 6, 2021
1 parent 79b17ca commit e6eb473
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_cffi_src/openssl/x509_vfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,8 @@
#else
static const long Cryptography_HAS_X509_STORE_CTX_GET_ISSUER = 1;
#endif
#if CRYPTOGRAPHY_IS_BORINGSSL
static const long X509_V_FLAG_NO_CHECK_TIME = 0;
#endif
"""

0 comments on commit e6eb473

Please sign in to comment.