[issue26268] Update python.org installers to use OpenSSL 1.0.2f

Zachary Ware report at bugs.python.org
Mon Feb 22 05:25:46 EST 2016


Zachary Ware added the comment:

OpenSSL seems to have FUBARed their release process, such that the include/ directory no longer includes anything.  As such I had to update prepare_ssl.py to handle creating include directories for 32 and 64 bit.  This is somewhat wasteful since the only thing really different between the two is opensslconf.h, but this is the simplest approach.

With that update, builds of 2.7 using the old project files in PC/VS9.0 now require Perl to be available to create the makefile.  I don't think this is an undue burden; on the other hand, making prepare_ssl.py handle the requirements of the old build_ssl.py is far more effort than I want to invest.

Steve, would you mind double-checking my work if you get a chance?  I committed in a bit of a hurry at the request of Intel.

----------
resolution:  -> fixed
stage: needs patch -> commit review
status: open -> pending
type:  -> security

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26268>
_______________________________________


More information about the Python-bugs-list mailing list