[issue23686] Upgrade copy of OpenSSL bundled with Python

2015-03-17 Thread Ned Deily
Changes by Ned Deily : -- components: +Build nosy: +ned.deily, steve.dower, zach.ware stage: -> needs patch versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue23686] Upgrade copy of OpenSSL bundled with Python

2015-03-17 Thread Alex Gaynor
New submission from Alex Gaynor: On Thursday OpenSSL will disclose some security issues and issue new releases: https://mta.openssl.org/pipermail/openssl-announce/2015-March/20.html When that happens, Python's that bundle an OpenSSL should be upgraded. -- keywords: security_issue m