We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54ed09 commit ebe862dCopy full SHA for ebe862d
requirements/ocsp.txt
@@ -4,6 +4,7 @@
4
# service_identity 18.1.0 introduced support for IP addr matching.
5
# Fallback to certifi on Windows if we can't load CA certs from the system
6
# store and just use certifi on macOS.
7
+# pyopenssl, cryptography, and service_identity must be set in tandem.
8
# https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths
9
certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin'
10
pyopenssl>=23.2.0
0 commit comments