python-cryptography 2.1.4-1ubuntu1.2 source package in Ubuntu
Changelog
python-cryptography (2.1.4-1ubuntu1.2) bionic-security; urgency=medium * SECURITY UPDATE: GCM disallow implicit tag truncation - debian/patches/CVE-2018-10903.patch: fix in docs/hazmat/primitives/symmetric-encryption.rst, src/cryptography/hazmat/backends/openssl/ciphers.py, src/cryptography/hazmat/primitives/ciphers/modes.py, tests/hazmat/primitives/test_aes.py. - CVE-2018-10903 -- <email address hidden> (Leonidas S. Barbosa) Fri, 20 Jul 2018 11:09:59 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cryptography_2.1.4.orig.tar.gz | 431.2 KiB | e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291 |
python-cryptography_2.1.4-1ubuntu1.2.debian.tar.xz | 26.2 KiB | 2c3076b00604e360b766b3df6c66ddb354a3f02225488d90fd2a26d16f96c569 |
python-cryptography_2.1.4-1ubuntu1.2.dsc | 3.5 KiB | 3dedfe1b432ae6be254bb44e8d479a377c50de3294975543b2e8b9a2dfc24f02 |
Available diffs
Binary packages built by this source
- python-cryptography: Python library exposing cryptographic recipes and primitives (Python 2)
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 2 version of cryptography.
- python-cryptography-dbgsym: debug symbols for python-cryptography
- 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