File: control

package info (click to toggle)
python-aioopenssl 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: python: 1,495; makefile: 144
file content (25 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: python-aioopenssl
Maintainer: Jonas Schäfer <jonas@wielicki.name>
Section: python
Priority: optional
Standards-Version: 4.1.5
Build-Depends:
  debhelper (>= 11),
  python3 (>= 3.3),
  dh-python,
  python3-openssl,
  python3-setuptools,
  python3-sphinx,
Rules-Requires-Root: no
Homepage: https://github.com/horazont/aioopenssl
Vcs-Git: https://salsa.debian.org/jssfr-guest/python3-aioopenssl.git
Vcs-Browser: https://salsa.debian.org/jssfr-guest/python3-aioopenssl

Package: python3-aioopenssl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Description: Asyncio TLS Transport using PyOpenSSL 
 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.