Release 2.2.0.
[catacomb] / debian / changelog
1 catacomb (2.2.0) experimental; urgency=low
2
3 * catacomb2: Fix rsa_recover crash on even modulus.
4 * catacomb-bin: Report error taking factorial of negative input.
5 * catacomb2: Fix EC_FIND and EC_NEG on 2-torsion points of prime curves.
6 * catacomb-dev: Support multiple flavours of EC point compression.
7 * catacomb2: Fix theoretical rsa_recover crash if factoring loop runs
8 out of prime numbers.
9 * catacomb2: Overhaul crypto primitives used in true-random generator.
10 * catacomb-bin: Improve rspit: high-resolution timing, and 64-bit size
11 support.
12 * catacomb-dev: New conversions between MP integers and C integer types.
13 * catacomb2: Change gcipher for Seal incompatibly. The IV is now
14 big-endian bytes (rather than `uint32'), and the `block size' is 4.
15 * catacomb2: Mix a constant string into DSA nonce generation to improve
16 resistance to protocol interference.
17 * catacomb2: Fix the freewheel random source, which hasn't been enabled
18 for ages due to a configure-script bug.
19 * catacomb-bin: The key tool can now read and write multiple
20 presentations for key fingerprints.
21 * catacomb2, catacomb-dev: Support Daniel Bernstein's Salsa20 and ChaCha
22 stream ciphers.
23
24 -- Mark Wooding <mdw@distorted.org.uk> Mon, 20 Jul 2015 14:15:31 +0100
25
26 catacomb (2.1.7) experimental; urgency=low
27
28 * A number of entropy-source fixes.
29 * Internal tidying.
30 * Add more elliptic curves, from Brainpool and BADA55.
31 * hashsum: Fix hash file verification.
32
33 -- Mark Wooding <mdw@distorted.org.uk> Wed, 16 Jul 2014 10:21:23 +0100
34
35 catacomb (2.1.6.1) experimental; urgency=low
36
37 * Fix building from source tarball.
38 * Fix building with Python 2.5.
39
40 -- Mark Wooding <mdw@distorted.org.uk> Sat, 28 Dec 2013 14:21:36 +0000
41
42 catacomb (2.1.6) experimental; urgency=low
43
44 * mpreduce: Extend domain to all positive integers.
45 * gfreduce: Fix out-of-bounds memory access.
46 * gcd: Don't clobber signs of `constants' when GCD calculation is trivial.
47 * pixie: Don't replace existing pixie unless explicitly requested.
48
49 -- Mark Wooding <mdw@distorted.org.uk> Fri, 27 Dec 2013 14:28:57 +0000
50
51 catacomb (2.1.5) experimental; urgency=low
52
53 * New build system.
54
55 -- Mark Wooding <mdw@distorted.org.uk> Mon, 29 Jun 2013 00:38:58 +0100
56
57 catacomb (2.1.4) experimental; urgency=low
58
59 * Constant-time operations.
60 * Some minor fixes to header files.
61
62 -- Mark Wooding <mdw@distorted.org.uk> Mon, 27 May 2013 22:34:23 +0100
63
64 catacomb (2.1.3) experimental; urgency=low
65
66 * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1)
67 example program.
68 * Upper bounds on phrase entropy in mkphrase(1).
69 * Don't make the Pixie setuid-root by default. Make the documentation
70 less scary.
71
72 -- Mark Wooding <mdw@distorted.org.uk> Thu, 11 Apr 2013 12:06:28 +0100
73
74 catacomb (2.1.2.1) experimental; urgency=low
75
76 * hashsum: Document `--progress' option in `--help' output.
77
78 -- Mark Wooding <mdw@distorted.org.uk> Thu, 28 Feb 2013 17:35:49 +0000
79
80 catacomb (2.1.2) experimental; urgency=low
81
82 * hashsum: Correct return code when running in `-c' mode.
83 * dsig: Fix core dump on large-ish outputs.
84 * dsig: Fix repeat-close bug.
85 * dsig: Accept precomputed hashes when making signatures.
86 * Utilities: New `-p' option for progress bars.
87 * dsig, hashsum: New `-j' option checks for files not covered by
88 manifest.
89 * Various library improvements.
90
91 -- Mark Wooding <mdw@distorted.org.uk> Wed, 09 Jan 2013 03:26:44 +0000
92
93 catacomb (2.1.1) experimental; urgency=low
94
95 * Do configuration through pkgconfig.
96
97 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 Mar 2008 18:36:30 +0000
98
99 catacomb (2.1.0) experimental; urgency=low
100
101 * Added support for elliptic curves, on both prime and binary fields
102 (polynomial basis only). No actual crypto, but there's enough already
103 to do ECDH and stuff on well-known curves Testing is currently a bit
104 patchy.
105
106 -- Mark Wooding <mdw@nsict.org> Sun, 21 Mar 2004 22:47:56 +0000
107
108 catacomb (2.0.1) experimental; urgency=low
109
110 * Debianization!
111 * (pixie): Don't report uninteresting errors when accepting connections.
112
113 -- Mark Wooding <mdw@nsict.org> Thu, 11 Dec 2003 10:47:59 +0000