Package: python-ecdsa / 0.13-3+deb10u1

Metadata

Package Version Patches format
python-ecdsa 0.13-3+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
system six.patch | (download)

ecdsa/der.py | 2 1 + 1 - 0 !
ecdsa/ecdsa.py | 2 1 + 1 - 0 !
ecdsa/ellipticcurve.py | 2 1 + 1 - 0 !
ecdsa/keys.py | 2 1 + 1 - 0 !
ecdsa/numbertheory.py | 4 2 + 2 - 0 !
ecdsa/rfc6979.py | 2 1 + 1 - 0 !
ecdsa/test_pyecdsa.py | 2 1 + 1 - 0 !
ecdsa/util.py | 2 1 + 1 - 0 !
8 files changed, 9 insertions(+), 9 deletions(-)

 use python-six instead of embedded copy

00 strict error checking in der.patch | (download)

ecdsa/__init__.py | 5 4 + 1 - 0 !
ecdsa/der.py | 46 39 + 7 - 0 !
ecdsa/keys.py | 52 38 + 14 - 0 !
ecdsa/test_der.py | 88 88 + 0 - 0 !
ecdsa/test_malformed_sigs.py | 87 87 + 0 - 0 !
ecdsa/test_pyecdsa.py | 173 171 + 2 - 0 !
ecdsa/util.py | 26 23 + 3 - 0 !
7 files changed, 450 insertions(+), 27 deletions(-)

 trict error checking in der decoding of integers and sequences
 This fixes CVE-2019-14853 and CVE-2019-14859.