[issue34631] Upgrade to OpenSSL 1.1.1b

2019-03-24 Thread Ned Deily
Ned Deily added the comment: [From the cited python-dev email]: "Python 3.7 and master (3.8) are affected. As of now, both branches use OpenSSL 1.1.0 and must be updated to 1.1.1 soonish. Ned has scheduled 3.7.3 release for 2019-03-25. That's still well within the release schedule for 1.1.0. I

[issue34631] Upgrade to OpenSSL 1.1.1b

2019-02-28 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +12102 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34631] Upgrade to OpenSSL 1.1.1b

2019-02-28 Thread Christian Heimes
Christian Heimes added the comment: Hi macOS and Windows devs, as I explained in https://mail.python.org/pipermail/python-dev/2019-February/156470.html we need to update Python 3.7 to OpenSSL 1.1.1 eventually. 1.1.0 will reach EOL in September. -- components: +Windows, macOS nosy: