summaryrefslogtreecommitdiff
path: root/asyncio/sslproto.py
Commit message (Expand)AuthorAgeFilesLines
* SSLProtocol: set the _transport attribute in the constructorVictor Stinner2015-01-151-0/+1
* Python issue #22560: Fix SSLProtocol._on_handshake_complete()Victor Stinner2015-01-151-2/+6
* Python issue #23197: On SSL handshake failure, check if the waiter is cancelledVictor Stinner2015-01-141-1/+1
* Cleanup sslproto.pyVictor Stinner2015-01-141-1/+2
* Python issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-0/+640