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