X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/7349791972d4c0d0987c208a7eb7a1587a2a00ed..850dc2722b8ca17302d89c483b63693fa2fe9ef5:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 9784b9e7..91d36353 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +catacomb (2.3.1) experimental; urgency=low + + * catacomb2: Fix memory corruption when allocating `salsa20' and + `chacha'-based RNGs. + * catacomb2: Fix segfault when opening read-only keyring with no + associated file. + * catacomb2: Return the correct stream offset in `chacha_tell*'. + * catacomb2: Produce correct keyring files when they contain empty + keys. + * catacomb2: Fix cross-compilation-unit type incompatibility in prime + and binary group implementations. + * catacomb-dev: Add missing licence notices to `salsa20.h'. + * catacomb-bin: Fix assertion failure in RSA-PSS signing. + * catacomb-bin: Fix uninitialized structure slot in RSA-PSS signing and + verifying. + * catacomb-bin: Compare MAC tags in constant time. + * catacomb2: Fix a (minor) source of bias in BBS and RSA key generation. + + -- Mark Wooding Sun, 14 May 2017 04:05:00 +0100 + +catacomb (2.3.0.1) experimental; urgency=low + + * catacomb2: Actually make the stack non-executable rather than just + pretending. + + -- Mark Wooding Wed, 05 Apr 2017 09:00:55 +0100 + +catacomb (2.3.0) experimental; urgency=low + + * catacomb2: Use the correct Oakley 2048 group. For a long time, this + was a duplicate of the Oakley 1536 group. There's a compatibility + break here, but it's for the best. + * catacomb2: Include `.note.GNU-stack' sections in the assembler code, + so that the process stack doesn't get marked executable. + * catacomb2: New SSE2-based multipliers for i386 and AMD64. + * catacomb2: Lots of other improvements to the assembler code. + + -- Mark Wooding Mon, 03 Apr 2017 10:24:17 +0100 + +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). + * rand: Introduce `rand_quick', which may also mix in CPU-level + randomness sources. + * rand: Use higher-resolution timer in the quick-win noise source. + * debian: Pick up correct `catacomb-dev' Depends entry from 2.2.1.1 + which got lost down the side of the sofas. + + -- Mark Wooding Mon, 13 Jun 2016 22:22:33 +0100 + catacomb (2.2.2) experimental; urgency=low * build: Cope with newer Autotools and related equipment. @@ -8,6 +82,13 @@ catacomb (2.2.2) experimental; urgency=low -- Mark Wooding Sat, 04 Jun 2016 01:12:01 +0100 +catacomb (2.2.1.1) experimental; urgency=low + + * Arrange that catacomb-dev Depends on correct version of mlib-dev. It + really won't work well without it. + + -- Mark Wooding Fri, 19 Feb 2016 09:04:50 +0000 + catacomb (2.2.1) experimental; urgency=low * Some internal improvements.