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:
Christian Heimes 2013-11-23 11:24:32 +01:00
parent 4a281a12f1
commit 2427b50fdd
3 changed files with 18 additions and 0 deletions

View file

@ -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