From 7add2213c992f51267eed8288b560f3f4108a28d Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Mon, 7 Oct 2019 15:58:12 +0200 Subject: [PATCH] update NEWS file for 0.13.3 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 4cc0d9ef..1b248bdc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +* Release 0.13.3 (07 Oct 2019) + +Fix CVE-2019-14853 - possible DoS caused by malformed signature decoding and +signature malleability. + +Also harden key decoding from string and DER encodings. + * Release 0.13.2 (17 Apr 2019) Restore compatibility of setup.py with Python 2.6 and 2.7.