[Twisted-Python] OpenSSL versions

2017-11-21 Thread Mark Williams
Hello, Users of Twisted and OpenSSL 1.1 and 1.0.2 cannot connect to all HTTPS sites because Twisted sets its own ECDH curve instead of using the defaults selected by these versions of OpenSSL. The gory details are here: https://twistedmatrix.com/trac/ticket/9210 https://github.com/twisted/twiste

Re: [Twisted-Python] OpenSSL versions

2017-11-21 Thread Glyph
> On Nov 21, 2017, at 11:56 AM, Mark Williams wrote: > > Hello, > > Users of Twisted and OpenSSL 1.1 and 1.0.2 cannot connect to all HTTPS > sites because Twisted sets its own ECDH curve instead of using the > defaults selected by these versions of OpenSSL. > > The gory details are here: > h