Re: Is it me or is python playing games with OpenSSL?

2018-02-09 Thread Stuart Henderson
On 2018-02-08, Kevin Chadwick wrote: > https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_set1_host.html > > They say they NEED this because they can delete a whole load of code > that could have security bugs. > > Perhaps I am wrong but upon a quick glance,

Is it me or is python playing games with OpenSSL?

2018-02-08 Thread Kevin Chadwick
https://www.openssl.org/docs/man1.0.2/crypto/X509_VERIFY_PARAM_set1_host.html They say they NEED this because they can delete a whole load of code that could have security bugs. Perhaps I am wrong but upon a quick glance, doesn't this just boil down to some simple ORing? How does this sit with