Skip to main content

TLS-capable transport using OpenSSL for asyncio

Project description

aioopenssl provides a asyncio Transport which uses PyOpenSSL instead of the built-in ssl module.

The transport has two main advantages compared to the original:

  • The TLS handshake can be deferred by passing use_starttls=True and later calling the starttls() coroutine method.

    This is useful for protocols with a STARTTLS feature.

  • A coroutine can be called during the TLS handshake; this can be used to defer the certificate check to a later point, allowing e.g. to get user feedback before the starttls() method returns.

    This allows to ask users for certificate trust without the application layer protocol interfering or starting to communicate with the unverified peer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aioopenssl-0.3.0.tar.gz (9.3 kB view details)

Uploaded Source

File details

Details for the file aioopenssl-0.3.0.tar.gz.

File metadata

  • Download URL: aioopenssl-0.3.0.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aioopenssl-0.3.0.tar.gz
Algorithm Hash digest
SHA256 1bfa2e9049abb9ddf34dd8bc640e86aecc19f0737ce3958445681deefaf4897f
MD5 49dca37e06d1e1041b81d8a7065672cc
BLAKE2b-256 f48cafb4339dea3c2d4d68ddc9e647857ac16b55b49ac350dcb64ae7dee2b8d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page