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 zach.ware
Recipients Michael.Felt, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, matrixise, pitrou, smpeepers, spil, yan12125, zach.ware
Date 2016-08-29.19:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472498884.54.0.504289538636.issue26470@psf.upfronthosting.co.za>
In-reply-to
Content
This will require significant updates to PCbuild/prepare_ssl.py and/or the way we build OpenSSL on Windows before we can even properly test this on Windows.  I don't think that should hold up acceptance of the rest of the patch (provided 1.0.2 support remains intact), but will need to be handled eventually.

Building on Windows with 1.0.2h is broken with the current patch, but I don't understand things well enough to diagnose it:

ssleay.lib(ssl_lib.obj) : error LNK2005: _SSL_CTX_set_default_passwd_cb_userdata already defined in _ssl.obj [P:\ath\to\cpython\PCbuild\_ssl.vcxproj]                                                                                                                                                          
ssleay.lib(ssl_lib.obj) : error LNK2005: _SSL_CTX_set_default_passwd_cb already defined in _ssl.obj [P:\ath\to\cpython\PCbuild\_ssl.vcxproj]
History
Date User Action Args
2016-08-29 19:28:04zach.waresetrecipients: + zach.ware, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft, matrixise, spil, Michael.Felt, yan12125, smpeepers
2016-08-29 19:28:04zach.waresetmessageid: <1472498884.54.0.504289538636.issue26470@psf.upfronthosting.co.za>
2016-08-29 19:28:04zach.warelinkissue26470 messages
2016-08-29 19:28:04zach.warecreate