{"id":15672663,"url":"https://github.com/horazont/aioopenssl","last_synced_at":"2025-05-06T21:41:54.380Z","repository":{"id":9527405,"uuid":"62450423","full_name":"horazont/aioopenssl","owner":"horazont","description":"(START-)TLS-capable transport using OpenSSL for asyncio","archived":false,"fork":false,"pushed_at":"2022-05-17T19:09:47.000Z","size":89,"stargazers_count":15,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"devel","last_synced_at":"2025-04-19T14:58:34.632Z","etag":null,"topics":["asyncio","pyopenssl","python3","starttls"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/horazont.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-02T12:46:35.000Z","updated_at":"2023-08-17T16:17:10.000Z","dependencies_parsed_at":"2022-08-17T20:45:30.788Z","dependency_job_id":null,"html_url":"https://github.com/horazont/aioopenssl","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horazont%2Faioopenssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horazont%2Faioopenssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horazont%2Faioopenssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horazont%2Faioopenssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horazont","download_url":"https://codeload.github.com/horazont/aioopenssl/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252775826,"owners_count":21802454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","pyopenssl","python3","starttls"],"created_at":"2024-10-03T15:29:43.545Z","updated_at":"2025-05-06T21:41:54.364Z","avatar_url":"https://github.com/horazont.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenSSL Transport for asyncio\n#############################\n\n.. image:: https://github.com/horazont/aioopenssl/workflows/CI/badge.svg\n  :target: https://github.com/horazont/aioopenssl/actions?query=workflow%3ACI+branch%3Adevel\n\n.. image:: https://coveralls.io/repos/github/horazont/aioopenssl/badge.svg?branch=devel\n  :target: https://coveralls.io/github/horazont/aioopenssl?branch=devel\n\n``aioopenssl`` provides a `asyncio\n\u003chttps://docs.python.org/3/library/asyncio.html\u003e`_ Transport which uses\n`PyOpenSSL \u003chttps://pyopenssl.readthedocs.org/\u003e`_ instead of the built-in ssl\nmodule.\n\nThe transport has two main advantages compared to the original:\n\n* The TLS handshake can be deferred by passing ``use_starttls=True`` and later\n  calling the ``starttls()`` coroutine method.\n\n  This is useful for protocols with a `STARTTLS\n  \u003chttps://en.wikipedia.org/wiki/STARTTLS\u003e`_ feature.\n\n* A coroutine can be called during the TLS handshake; this can be used to defer\n  the certificate check to a later point, allowing e.g. to get user feedback\n  before the ``starttls()`` method returns.\n\n  This allows to ask users for certificate trust without the application layer\n  protocol interfering or starting to communicate with the unverified peer.\n\n.. note::\n\n   Use this module at your own risk. It has lower test coverage than I’d like\n   it to have; it has been exported from aioxmpp on request, where it undergoes\n   implicit testing. If you find bugs, please report them. If possible, add\n   regression tests while you’re at it.\n\n   If you find security-critical bugs, please follow the procedure announced in\n   the `aioxmpp readme \u003chttps://github.com/horazont/aioxmpp\u003e`_.`\n\nDocumentation\n-------------\n\nOfficial documentation can be built with sphinx and is available online\n`on our servers \u003chttps://docs.zombofant.net/aioopenssl/devel/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorazont%2Faioopenssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorazont%2Faioopenssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorazont%2Faioopenssl/lists"}