X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/b2776fdf2a98ea586bbdad50eca4ed95e967b0d7..814141d31be33d0e3a30542bd41ff30d19e8ce0e:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 593ec8a2..2792ff99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,83 @@ +catacomb (2.2.1) experimental; urgency=low + + * Some internal improvements. + * Debian packaging cleanups (fix build-depends, update mLib dependency). + + -- Mark Wooding Thu, 18 Feb 2016 16:43:09 +0000 + +catacomb (2.2.0) experimental; urgency=low + + * catacomb2: Fix rsa_recover crash on even modulus. + * catacomb-bin: Report error taking factorial of negative input. + * catacomb2: Fix EC_FIND and EC_NEG on 2-torsion points of prime curves. + * catacomb-dev: Support multiple flavours of EC point compression. + * catacomb2: Fix theoretical rsa_recover crash if factoring loop runs + out of prime numbers. + * catacomb2: Overhaul crypto primitives used in true-random generator. + * catacomb-bin: Improve rspit: high-resolution timing, and 64-bit size + support. + * catacomb-dev: New conversions between MP integers and C integer types. + * catacomb2: Change gcipher for Seal incompatibly. The IV is now + big-endian bytes (rather than `uint32'), and the `block size' is 4. + * catacomb2: Mix a constant string into DSA nonce generation to improve + resistance to protocol interference. + * catacomb2: Fix the freewheel random source, which hasn't been enabled + for ages due to a configure-script bug. + * catacomb-bin: The key tool can now read and write multiple + presentations for key fingerprints. + * catacomb2, catacomb-dev: Support Daniel Bernstein's Salsa20 and ChaCha + stream ciphers. + + -- Mark Wooding Mon, 20 Jul 2015 14:15:31 +0100 + +catacomb (2.1.7) experimental; urgency=low + + * A number of entropy-source fixes. + * Internal tidying. + * Add more elliptic curves, from Brainpool and BADA55. + * hashsum: Fix hash file verification. + + -- Mark Wooding Wed, 16 Jul 2014 10:21:23 +0100 + +catacomb (2.1.6.1) experimental; urgency=low + + * Fix building from source tarball. + * Fix building with Python 2.5. + + -- Mark Wooding Sat, 28 Dec 2013 14:21:36 +0000 + +catacomb (2.1.6) experimental; urgency=low + + * mpreduce: Extend domain to all positive integers. + * gfreduce: Fix out-of-bounds memory access. + * gcd: Don't clobber signs of `constants' when GCD calculation is trivial. + * pixie: Don't replace existing pixie unless explicitly requested. + + -- Mark Wooding Fri, 27 Dec 2013 14:28:57 +0000 + +catacomb (2.1.5) experimental; urgency=low + + * New build system. + + -- Mark Wooding Mon, 29 Jun 2013 00:38:58 +0100 + +catacomb (2.1.4) experimental; urgency=low + + * Constant-time operations. + * Some minor fixes to header files. + + -- Mark Wooding Mon, 27 May 2013 22:34:23 +0100 + +catacomb (2.1.3) experimental; urgency=low + + * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1) + example program. + * Upper bounds on phrase entropy in mkphrase(1). + * Don't make the Pixie setuid-root by default. Make the documentation + less scary. + + -- Mark Wooding Thu, 11 Apr 2013 12:06:28 +0100 + catacomb (2.1.2.1) experimental; urgency=low * hashsum: Document `--progress' option in `--help' output.