Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Nick Coghlan
On 27 January 2018 at 09:23, Victor Stinner wrote: > At least, if Python 3.7 doesn't work on OpenBSD anymore because of > this issue, maybe LibreSSL will be more motivated to fix the issue? > :-) > Anyone using the Alpine Linux based Docker images (including Docker

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 23:25 GMT+01:00 Christian Heimes : > We never officially supported LibreSSL, so we aren't breaking any > promise. I supported LibreSSL as a best-effort approach. > > You can still have TLS support with extra packages. Python requests and > pip can also use

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:09, Christian Heimes wrote: > On 2018-01-26 23:03, Victor Stinner wrote: >> 2018-01-26 20:47 GMT+01:00 Christian Heimes : >>> LibreSSL does not yet implement these APIs yet >> >> Does it mean that Python 3.7 will not support OpenBSD anymore? Well, >> it's not

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:13, Victor Stinner wrote: > 2018-01-26 23:09 GMT+01:00 Christian Heimes : >> OpenBSD is still supported. But you either have to install OpenSSL, live >> without SSL support or get LibreSSL fixed. Python's test suite is >> passing without ssl available. > >

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 23:09 GMT+01:00 Christian Heimes : > OpenBSD is still supported. But you either have to install OpenSSL, live > without SSL support or get LibreSSL fixed. Python's test suite is > passing without ssl available. (Sure, if LibreSSL is fixed, the issue goes away, but

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
On 2018-01-26 23:03, Victor Stinner wrote: > 2018-01-26 20:47 GMT+01:00 Christian Heimes : >> LibreSSL does not yet implement these APIs yet > > Does it mean that Python 3.7 will not support OpenBSD anymore? Well, > it's not like OpenBSD support is perfect, but there are

Re: [python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Victor Stinner
2018-01-26 20:47 GMT+01:00 Christian Heimes : > LibreSSL does not yet implement these APIs yet Does it mean that Python 3.7 will not support OpenBSD anymore? Well, it's not like OpenBSD support is perfect, but there are only few issues on OpenBSD. Does other operating

[python-committers] ssl module will require OpenSSL 1.0.2

2018-01-26 Thread Christian Heimes
For your information, my ssl module improvement "Let OpenSSL verify hostname and IP address" will land either today or tomorrow. I'm just waiting for Alex to give me the final ACK on PR https://github.com/python/cpython/pull/3462. Once the PR has landed, several issues with hostname and IP