python3-aioopenssl

Asyncio TLS Transport using PyOpenSSL
  https://github.com/horazont/aioopenssl
  0
  no reviews



Compared to the built-in ssl functionalities of asyncio, this module provides support for STARTTLS and the possibility to invoke a coroutine after the handshake but before the data transfer is resumed, e.g. to ask for certificate validation.