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 floppymaster
Recipients floppymaster
Date 2017-04-06.16:34:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491496485.65.0.239768530197.issue30008@psf.upfronthosting.co.za>
In-reply-to
Content
Some effort was made to port Python to OpenSSL 1.1.0 (see issue 26470). However, the code still uses several deprecated functions, and fails to compile against OpenSSL 1.1.0 if these functions are disabled.

This may be replicated by building OpenSSL with --api=1.1.0. This will disable all functions marked as deprecated.

I have attached a build log from the cpython master branch.

Downstream bug: https://bugs.gentoo.org/show_bug.cgi?id=592480
History
Date User Action Args
2017-04-06 16:34:45floppymastersetrecipients: + floppymaster
2017-04-06 16:34:45floppymastersetmessageid: <1491496485.65.0.239768530197.issue30008@psf.upfronthosting.co.za>
2017-04-06 16:34:45floppymasterlinkissue30008 messages
2017-04-06 16:34:45floppymastercreate