python-cryptography 3.4.8-2 source package in Ubuntu
Changelog
python-cryptography (3.4.8-2) unstable; urgency=medium * Team upload. * Add support for OpenSSL 3.0.1 (Closes: #1006008) -- Stefano Rivera <email address hidden> Wed, 18 May 2022 12:22:15 -0400
Upload details
- Uploaded by:
- Tristan Seligmann
- Uploaded to:
- Sid
- Original maintainer:
- Tristan Seligmann
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cryptography_3.4.8-2.dsc | 2.4 KiB | 1344aed0cb26c95b06804732afd1d375356585eb0686b9d8e3a80b8527c9db2c |
python-cryptography_3.4.8.orig.tar.gz | 534.1 KiB | 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c |
python-cryptography_3.4.8-2.debian.tar.xz | 22.9 KiB | 4a71dff41cb3ff0e582ec7da1d23fb78fe368f5fec4f0467353c6b3689333a03 |
Available diffs
No changes file available.
Binary packages built by this source
- python-cryptography-doc: Python library exposing cryptographic recipes and primitives (documentation)
The cryptography library is designed to be a "one-stop-shop" for
all your cryptographic needs in Python.
.
As an alternative to the libraries that came before it, cryptography
tries to address some of the issues with those libraries:
- Lack of PyPy and Python 3 support.
- Lack of maintenance.
- Use of poor implementations of algorithms (i.e. ones with known
side-channel attacks).
- Lack of high level, "Cryptography for humans", APIs.
- Absence of algorithms such as AES-GCM.
- Poor introspectability, and thus poor testability.
- Extremely error prone APIs, and bad defaults.
.
This package contains the documentation for cryptography.
- python3-cryptography: Python library exposing cryptographic recipes and primitives (Python 3)
The cryptography library is designed to be a "one-stop-shop" for
all your cryptographic needs in Python.
.
As an alternative to the libraries that came before it, cryptography
tries to address some of the issues with those libraries:
- Lack of PyPy and Python 3 support.
- Lack of maintenance.
- Use of poor implementations of algorithms (i.e. ones with known
side-channel attacks).
- Lack of high level, "Cryptography for humans", APIs.
- Absence of algorithms such as AES-GCM.
- Poor introspectability, and thus poor testability.
- Extremely error prone APIs, and bad defaults.
.
This package contains the Python 3 version of cryptography.
- python3-cryptography-dbgsym: debug symbols for python3-cryptography