From: Mark Wooding Date: Fri, 16 Jun 2017 00:01:24 +0000 (+0100) Subject: Release 1.2.1. X-Git-Tag: 1.2.1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/refs/tags/1.2.1 Release 1.2.1. --- diff --git a/debian/changelog b/debian/changelog index 5da1860..aaee0c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +catacomb-python (1.2.1) experimental; urgency=low + + * Fix use-after-free bug in ECPt hashing causing hash instability. + * Fix keywrd argument mismatch in ECDSAPriv. + * Coerce DSA private key values to `MP'. + + -- Mark Wooding Fri, 16 Jun 2017 01:01:05 +0100 + catacomb-python (1.2.0) experimental; urgency=low * Bindings for HSalsa20 and HChaCha PRFs.