X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/457b4e971a2795898c83a53ae4c27d6a893690d1..9dd5d20dd4c701f1393d3bf32c3994b56601494a:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 7f5abd2..ca06b5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +catacomb-python (1.2.1.1) experimental; urgency=medium + + * Fixing to build against Debian `stretch'. + + -- Mark Wooding Mon, 24 Dec 2018 15:21:08 +0000 + +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. + * Bindings for Poly1305. + * Bindings for X25519. + * Bindings for X448. + * Bindings for Ed25519. + * Bindings for Ed448. + * Bindings for Keccak[1600, n]. + * Bindings for cSHAKE; Python implementation of KMAC. + * Improved pretty-printing for IPython. + * Allow selection of public exponent when generating RSA keys. + + -- Mark Wooding Sun, 14 May 2017 17:29:53 +0100 + catacomb-python (1.1.2) experimental; urgency=low * Further 64-bit compatibility improvements.