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