Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-28 Thread Thomas Hartwich
Ok thank you! I gonna use the old version with DefaultOpenSSLContextFactory as long as Twisted hasn't been updated. Thomas   Gesendet: Montag, 28. August 2017 um 09:02 Uhr Von: "Cory Benfield" An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-28 Thread Cory Benfield
> On 27 Aug 2017, at 09:44, Thomas Hartwich wrote: > > = >> The most comprehensive fix here is to do some history spelunking in >> PyOpenSSL to find out what the lowest version is that has this code block[1] >> in it, and then only execute the current ecCurve logic if that code block >> does

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-27 Thread Thomas Hartwich
cepts other curves than prime256v1? > > Thank you! > > > Gesendet: Mittwoch, 23. August 2017 um 06:21 Uhr > Von: Glyph > An: "Twisted general discussion" > Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server > > > > On Aug 22, 2017, at 9:16

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-25 Thread Amber Hawkie Brown
my ECC key. >> >> But somehow it works even with secp521r1, if I use the >> DefaultOpenSSLContextFactory. So do you know any workaround how it can be >> fixed that twisted accepts other curves than prime256v1? >> >> Thank you! >> >> >> Gesend

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-25 Thread Cory Benfield
nk you! > > > Gesendet: Mittwoch, 23. August 2017 um 06:21 Uhr > Von: Glyph > An: "Twisted general discussion" > Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server > > > > On Aug 22, 2017, at 9:16 AM, Thomas Hartwich > mailto:ceebo

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-24 Thread Thomas Hartwich
that twisted accepts other curves than prime256v1? Thank you!   Gesendet: Mittwoch, 23. August 2017 um 06:21 Uhr Von: Glyph An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server   On Aug 22, 2017, at 9:16 AM, Thomas Hartwich mailto:c

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-22 Thread Glyph
ant to do something totally custom with the OpenSSL API rather than Twisted's API; I'd still rather understand why Twisted's API, i.e. CertificateOptions, doesn't work for you. -glyph > Thank you! > > > Gesendet: Sonntag, 20. August 2017 um 22:36 Uhr > Von:

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-22 Thread Thomas Hartwich
h An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server   On Aug 20, 2017, at 9:30 AM, Thomas Hartwich mailto:ceebor...@gmx.de]> wrote:   Ok, I finally got a solution for my problem. As I know, the TLS server was working with DefaultOpenSSL

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-20 Thread Glyph
> On Aug 20, 2017, at 9:30 AM, Thomas Hartwich wrote: > > > Ok, I finally got a solution for my problem. As I know, the TLS server was > working with DefaultOpenSSLContextFactory but this only takes file paths to > private key/certificate, I created my own SSL-Context file. > > For anybody

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-20 Thread Thomas Hartwich
, 16. August 2017 um 22:15 Uhr Von: ceeborraa An: twisted-python@twistedmatrix.com Betreff: [Twisted-Python] SSLContext not valid for TLS Server Hi, I'm running Twisted 17.5.0 on Python 3.5.3 and want to create a TLS server with Twisted. I strictly sticked to the example of echoserv_ssl.

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-19 Thread Thomas Hartwich
et: Freitag, 18. August 2017 um 07:23 Uhr Von: Glyph An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server > On Aug 16, 2017, at 1:15 PM, ceeborraa wrote: > > Hi, > > I'm running Twisted 17.5.0 on Python 3.5.3 and want to

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-19 Thread Thomas Hartwich
itag, 18. August 2017 um 07:23 Uhr Von: Glyph An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server > On Aug 16, 2017, at 1:15 PM, ceeborraa wrote: > > Hi, > > I'm running Twisted 17.5.0 on Python 3.5.3 and want to create a TLS

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-17 Thread Glyph
> On Aug 16, 2017, at 1:15 PM, ceeborraa wrote: > > Hi, > > I'm running Twisted 17.5.0 on Python 3.5.3 and want to create a TLS server > with Twisted. I strictly sticked to the example of echoserv_ssl.py on > http://twistedmatrix.com/documents/current/core/howto/ssl.html, but TLS > server is

[Twisted-Python] SSLContext not valid for TLS Server

2017-08-16 Thread ceeborraa
Hi, I'm running Twisted 17.5.0 on Python 3.5.3 and want to create a TLS server with Twisted. I strictly sticked to the example of echoserv_ssl.py on http://twistedmatrix.com/documents/current/core/howto/ssl.html, but TLS server is not running properly. Despite the server starts correctly, it does