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

Changelog

python-ecdsa (0.13-2ubuntu0.16.04.1) xenial-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.
    - 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:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main misc
Xenial security main misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.13.orig.tar.gz 54.3 KiB 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa
python-ecdsa_0.13-2ubuntu0.16.04.1.debian.tar.xz 10.6 KiB 9dad0d2f3ca2f154d878240caf04c142d3ed56559323d985fdecf7c984dc1a31
python-ecdsa_0.13-2ubuntu0.16.04.1.dsc 2.3 KiB 344f69e08f1eb1c8998dacf64cc905c6bbb7d6863b3135f665f881d33f7b57d0

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.