X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/c0f640586df9e46a95d2aeb71ce39c934d17a3dc..fa17e5dc48bf2961e5a99c83ed3d8018b329d037:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 359ea72f..7c457f68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +catacomb (2.2.5) experimental; urgency=low + + * catacomb2 (ARM AES): Fix crash from `rijndael*_init' when key material + is unaligned. + * build: Use less obsolete macro names in configure script. + + -- Mark Wooding Tue, 12 Jul 2016 10:27:05 +0100 + +catacomb (2.2.4) experimental; urgency=low + + * build: Fix build failures on post-wheezy Debian versions. + * catacomb2: Use ARM AES instructions if available. (But they can't be + assembled using wheezy's version of gas, so this doesn't work in the + binary package.) + * catacomb2: Fix poor performance (and wrong answers for very small + numbers) in prime generation. + * catacomb2: Return numbers of exactly the requested length in prime and + public-key generation. The `strongprime' and `limlee' algorithms have + changed as a result; previously verifiable parameters generated using + this algorithm won't be verifiable any more. + * catacomb-dev: Deprecate the old `dsa' functions. Use `gdsa' instead. + + -- Mark Wooding Sun, 26 Jun 2016 14:18:14 +0100 + catacomb (2.2.3) experimental; urgency=low * rand: Make the main generator resiliant in the face of fork(2).