This is my first asyncio project. I will probably not finish it, but let me
know if anyone's interested in picking up where I left off. It is
`asyncio.sslproto`, but with all calls to `ssl` replaced with equivalent
calls to pyOpenSSL's `OpenSSL.SSL` module. It passes some of the tests, I
think it is basically working.

This is useful because the built in `ssl` module is missing some features
compared to pyopenssl. However the pyopenssl version would require
additional work to do critical things like certificate and hostname
checking.

https://bitbucket.org/dholth/bioopenssl/src/default/

Thanks,

Daniel Holth
_______________________________________________
Async-sig mailing list -- async-sig@python.org
To unsubscribe send an email to async-sig-le...@python.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to