Skip to main content

TLS-capable transport using OpenSSL for asyncio

Project description

https://github.com/horazont/aioopenssl/workflows/CI/badge.svg https://coveralls.io/repos/github/horazont/aioopenssl/badge.svg?branch=devel

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.

Documentation

Official documentation can be built with sphinx and is available online on our servers.

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.6.0.tar.gz (15.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: aioopenssl-0.6.0.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.51.0 CPython/3.9.1

File hashes

Hashes for aioopenssl-0.6.0.tar.gz
Algorithm Hash digest
SHA256 eae2fb193ec0d2a3f752f72d8f672191cc836b1039de5e334cc9cb835b800831
MD5 0ddad219bcf90d8015aeb575d21d2f1c
BLAKE2b-256 4f751353cda7e6468fb3420603eb52c4cb21659fcf38bbd56c1af042b74d5da4

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