> On Jun 27, 2016, at 22:23, Vladimir Didenko <vladimir.dide...@gmail.com> 
> wrote:
> 
> Resume: you can use nonblocking ssl socket with standard ssl module and 
> PyOpenSSL. Though it requires some work from you (but it is not hard!).

The better way to use pyOpenSSL (and more recent stdlib ssl modules) is to use 
Memory BIOs, though.  Twisted migrated many years back from letting OpenSSL do 
the socket I/O to doing the socket I/O itself and the result has been much more 
portable, testable, and reliable.

-glyph
_______________________________________________
Cryptography-dev mailing list
Cryptography-dev@python.org
https://mail.python.org/mailman/listinfo/cryptography-dev

Reply via email to