This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, simon@simonfoley.net
Date 2018-07-03.09:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530610239.88.0.56676864532.issue34028@psf.upfronthosting.co.za>
In-reply-to
Content
The function definition should be in openssl/x509_vfy.h, not rsa.h. What's the output of configure on your system? You should see something like

./configure
...
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking for X509_VERIFY_PARAM_set1_host in libssl... yes
checking for --with-ssl-default-suites... python
...

What's your platform and openssl version?
History
Date User Action Args
2018-07-03 09:30:39christian.heimessetrecipients: + christian.heimes, simon@simonfoley.net
2018-07-03 09:30:39christian.heimessetmessageid: <1530610239.88.0.56676864532.issue34028@psf.upfronthosting.co.za>
2018-07-03 09:30:39christian.heimeslinkissue34028 messages
2018-07-03 09:30:39christian.heimescreate