Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2620515

Browse files
committedNov 6, 2021
Check for BoringSSL in the X.509 verify bindings
1 parent cace4bc commit 2620515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/_cffi_src/openssl/x509_vfy.py

+4
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,8 @@
242242
#else
243243
static const long Cryptography_HAS_X509_STORE_CTX_GET_ISSUER = 1;
244244
#endif
245+
246+
#if CRYPTOGRAPHY_IS_BORINGSSL
247+
static const long X509_V_FLAG_NO_CHECK_TIME = 0;
248+
#endif
245249
"""

0 commit comments

Comments
 (0)
Please sign in to comment.