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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: m2crypto
Section: python
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
libssl1.0-dev | libssl-dev (<< 1.1),
python-all-dev,
python-setuptools,
swig (>= 1.3.40),
python-pytest,
openssl,
python-docutils,
links
Standards-Version: 3.9.7
Homepage: https://gitlab.com/m2crypto/m2crypto
Vcs-Git: https://github.com/danstender/m2crypto_debian.git
Vcs-Browser: https://github.com/danstender/m2crypto_debian
X-Python-Version: >= 2.6
Package: python-m2crypto
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Provides:
m2crypto,
${python:Provides}
Description: Python wrapper for the OpenSSL library
m2crypto features the following:
* RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
* SSL functionality to implement clients and servers.
* HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
* Unforgeable HMAC'ing AuthCookies for web session management.
* FTP/TLS client and server.
* S/MIME.
* ZServerSSL: A HTTPS server for Zope.
* ZSmime: An S/MIME messenger for Zope.
|