python-ecdsa 0.13-2ubuntu0.18.04.1 source package in Ubuntu

Changelog

python-ecdsa (0.13-2ubuntu0.18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: issues in signature decoding
    - debian/patches/CVE-2019-1485x-*.patch: backport upstream commits
      from 0.13.3 to fix issues.
    - debian/control: add python-pytest and python3-pytest to B-D.
    - CVE-2019-14853
    - CVE-2019-14859

 -- Marc Deslauriers <email address hidden>  Fri, 08 Nov 2019 14:10:18 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.13.orig.tar.gz 54.3 KiB 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa
python-ecdsa_0.13-2ubuntu0.18.04.1.debian.tar.xz 11.4 KiB cddbb1a96a387ebd143c1c76797e599e344858f1f3e5592193d56f8e74c20921
python-ecdsa_0.13-2ubuntu0.18.04.1.dsc 2.3 KiB 6d3ddbf63c1c9e09f9e43e48ed09840073e753272cfc2bef6d87da6e69d60618

View changes file

Binary packages built by this source

python-ecdsa: ECDSA cryptographic signature library (Python 2)

 This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
 Digital Signature Algorithm), implemented purely in Python. With this library,
 you can quickly create keypairs (signing key and verifying key), sign messages,
 and verify the signatures. The keys and signatures are very short, making them
 easy to handle and incorporate into other protocols.
 .
 This package contains the module for Python 2.

python3-ecdsa: ECDSA cryptographic signature library (Python 3)

 This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
 Digital Signature Algorithm), implemented purely in Python. With this library,
 you can quickly create keypairs (signing key and verifying key), sign messages,
 and verify the signatures. The keys and signatures are very short, making them
 easy to handle and incorporate into other protocols.
 .
 This package contains the module for Python 3.