[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-14 Thread STINNER Victor
STINNER Victor added the comment: FYI I wrote a script to get the version of all library copies embedded in CPython: https://github.com/haypo/misc/blob/master/cpython/external_versions.py This is how I noticed the OpenSSL version inconsistency. -- nosy: +haypo

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-14 Thread Christian Heimes
Christian Heimes added the comment: Ned, can you take care of macOS? Victor noted that master still builds with 1.0.2k. -- assignee: christian.heimes -> ned.deily ___ Python tracker __

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-09 Thread Christian Heimes
Christian Heimes added the comment: New changeset 16f16dbd0ed02cd1a7b270eb6dd80d9bd179902e by Christian Heimes in branch '3.6': [3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466) https://github.com/python/cpython/commit/16f16dbd0ed02cd1a7b270eb6dd80d9bd179902e --

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-09 Thread Steve Dower
Steve Dower added the comment: New changeset b84bcc48ae31c385fe480c08c05d95212ef7fcdc by Steve Dower in branch 'master': bpo-31392: Update SSL build for 1.1.0 (#3448) https://github.com/python/cpython/commit/b84bcc48ae31c385fe480c08c05d95212ef7fcdc --

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-08 Thread Christian Heimes
Changes by Christian Heimes : -- pull_requests: +3459 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-08 Thread Christian Heimes
Christian Heimes added the comment: New changeset e6eb48c10dc389d1d70657593de6a6cb3087d3d1 by Christian Heimes (Steve Dower) in branch 'master': bpo-31400: Improve SSL error handling on Windows (#3463) https://github.com/python/cpython/commit/e6eb48c10dc389d1d70657593de6a6cb3087d3d1 -

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-07 Thread Steve Dower
New submission from Steve Dower: As per usual -- assignee: christian.heimes components: SSL, Windows, macOS messages: 301673 nosy: christian.heimes, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Upgrade in

[issue31392] Upgrade installers to OpenSSL 1.1.0f

2017-09-07 Thread Steve Dower
Changes by Steve Dower : -- keywords: +patch pull_requests: +3448 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list