mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+
The patch removes the verify_flags feature on Mac OS X 10.4 with OpenSSL 0.9.7l 28 Sep 2006.
This commit is contained in:
parent
4a281a12f1
commit
2427b50fdd
3 changed files with 18 additions and 0 deletions
|
@ -1126,6 +1126,7 @@ to speed up repeated connections from the same clients.
|
|||
The flags for certificate verification operations. You can set flags like
|
||||
:data:`VERIFY_CRL_CHECK_LEAF` by ORing them together. By default OpenSSL
|
||||
does neither require nor verify certificate revocation lists (CRLs).
|
||||
Available only with openssl version 0.9.8+.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue