8ac80a43eb077ad2d2ffa413df4f563bfee6a6ab
[catacomb] / debian / changelog
1 catacomb (2.4.4) experimental; urgency=medium
2
3 * debian: Bump to Debhelper 10.
4 * debian: Ship a shared-library `symbols' file for more precise
5 dependencies.
6
7 -- Mark Wooding <mdw@distorted.org.uk> Sun, 29 Sep 2019 15:58:26 +0100
8
9 catacomb (2.4.3) experimental; urgency=medium
10
11 * catacomb (idea): Fix key-length descriptor.
12 * catacomb (xchachaNN): Fix nonce-size descriptor.
13 * catacomb (key-management): Fix incorrect handling of keyring
14 modifiability.
15 * catacomb-dev: Configure `pkg-config' correctly for static linking.
16 * catacomb, catacomb-bin (cookie, dsig): Fix hash-function length
17 padding on very long messages, and handling of large datestamps.
18 * catacomb-bin (catsign): Don't open temporary files unnecessarily.
19 * catacomb-bin (catcrypt): Fix key-attribute parsing.
20 * catacomb-bin (perftest): Add missing help-string text for `-n' used
21 with `enc' and `hash'
22
23 -- Mark Wooding <mdw@distorted.org.uk> Sat, 21 Sep 2019 17:43:59 +0100
24
25 catacomb (2.4.2) experimental; urgency=medium
26
27 * catacomb2: Support multi-arch at last.
28 * catacomb2: Fix mangled key-size data for HMAC.
29 * rspit: Support generating large files.
30 * pixie: Improve error-handling around dropping privilege.
31 * ed25519, ed448: Very minor performance improvement.
32 * salsa20, chacha: Fix crash if nonce is none, as it is when invoked by
33 `rspit'.
34 * salsa20, chacha: Fix declaration of cipher classes to prevent them
35 ending up as (useless) common symbols in client code.
36 * limlee: Improve the prime size heuristics.
37 * sha, sha256, sha512: Restructure compression function to improve
38 performance and use less memory.
39 * rijndael: Include enough round constants to make very tiny keys work
40 correctly.
41
42 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jun 2018 01:15:59 +0100
43
44 catacomb (2.4.1) experimental; urgency=low
45
46 * catacomb2: Two's-complement fix from 2.3.x release branch.
47
48 -- Mark Wooding <mdw@distorted.org.uk> Thu, 22 Jun 2017 09:37:40 +0100
49
50 catacomb (2.4.0.1) experimental; urgency=low
51
52 * Fix build failure with later ARM assemblers.
53
54 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 21:05:35 +0100
55
56 catacomb (2.4.0) experimental; urgency=low
57
58 * catacomb2: Implemented Bernstein's Poly1305 message-authentication
59 code.
60 * catacomb2: Support RFC7539's different nonce/counter split in ChaCha
61 and Salsa20.
62 * catacomb2: Implement Bernstein's X25519.
63 * catacomb2: Implement Hamburg's X448 (RFC7748).
64 * catacomb2: Implement Bernstein, Duif, Lange, Schwabe, Yang's Ed25519,
65 as defined in RFC8032.
66 * catacomb2: Implement Ed448, based on Hamburg's curve, as defined in
67 RFC8032.
68 * catacomb2: Implement Keccak-p[1600, n] as defined in FIPS202.
69 * catacomb2: Implement SHA3, SHAKE, as defined in FIPS202.
70 * catacomb2: Implement cSHAKE, KMAC, as defined in SP800-185.
71 * catacomb2: Allow RSA key generation with chosen public exponent.
72 * catacomb2: Optimize RSA public-key operations with common public
73 exponents.
74 * catacomb-bin: Support new algorithms in the provided tools.
75 * catacomb-bin: Allow parameters keys for all key types.
76
77 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 16:07:00 +0100
78
79 catacomb (2.3.2) experimental; urgency=low
80
81 * catacomb2: Fix bignum loading and storing in two's complement form.
82
83 -- Mark Wooding <mdw@distorted.org.uk> Thu, 22 Jun 2017 09:34:59 +0100
84
85 catacomb (2.3.1) experimental; urgency=low
86
87 * catacomb2: Fix memory corruption when allocating `salsa20' and
88 `chacha'-based RNGs.
89 * catacomb2: Fix segfault when opening read-only keyring with no
90 associated file.
91 * catacomb2: Return the correct stream offset in `chacha_tell*'.
92 * catacomb2: Produce correct keyring files when they contain empty
93 keys.
94 * catacomb2: Fix cross-compilation-unit type incompatibility in prime
95 and binary group implementations.
96 * catacomb-dev: Add missing licence notices to `salsa20.h'.
97 * catacomb-bin: Fix assertion failure in RSA-PSS signing.
98 * catacomb-bin: Fix uninitialized structure slot in RSA-PSS signing and
99 verifying.
100 * catacomb-bin: Compare MAC tags in constant time.
101 * catacomb2: Fix a (minor) source of bias in BBS and RSA key generation.
102
103 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 04:05:00 +0100
104
105 catacomb (2.3.0.1) experimental; urgency=low
106
107 * catacomb2: Actually make the stack non-executable rather than just
108 pretending.
109
110 -- Mark Wooding <mdw@distorted.org.uk> Wed, 05 Apr 2017 09:00:55 +0100
111
112 catacomb (2.3.0) experimental; urgency=low
113
114 * catacomb2: Use the correct Oakley 2048 group. For a long time, this
115 was a duplicate of the Oakley 1536 group. There's a compatibility
116 break here, but it's for the best.
117 * catacomb2: Include `.note.GNU-stack' sections in the assembler code,
118 so that the process stack doesn't get marked executable.
119 * catacomb2: New SSE2-based multipliers for i386 and AMD64.
120 * catacomb2: Lots of other improvements to the assembler code.
121
122 -- Mark Wooding <mdw@distorted.org.uk> Mon, 03 Apr 2017 10:24:17 +0100
123
124 catacomb (2.2.5) experimental; urgency=low
125
126 * catacomb2 (ARM AES): Fix crash from `rijndael*_init' when key material
127 is unaligned.
128 * build: Use less obsolete macro names in configure script.
129
130 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jul 2016 10:27:05 +0100
131
132 catacomb (2.2.4) experimental; urgency=low
133
134 * build: Fix build failures on post-wheezy Debian versions.
135 * catacomb2: Use ARM AES instructions if available. (But they can't be
136 assembled using wheezy's version of gas, so this doesn't work in the
137 binary package.)
138 * catacomb2: Fix poor performance (and wrong answers for very small
139 numbers) in prime generation.
140 * catacomb2: Return numbers of exactly the requested length in prime and
141 public-key generation. The `strongprime' and `limlee' algorithms have
142 changed as a result; previously verifiable parameters generated using
143 this algorithm won't be verifiable any more.
144 * catacomb-dev: Deprecate the old `dsa' functions. Use `gdsa' instead.
145
146 -- Mark Wooding <mdw@distorted.org.uk> Sun, 26 Jun 2016 14:18:14 +0100
147
148 catacomb (2.2.3) experimental; urgency=low
149
150 * rand: Make the main generator resiliant in the face of fork(2).
151 * rand: Introduce `rand_quick', which may also mix in CPU-level
152 randomness sources.
153 * rand: Use higher-resolution timer in the quick-win noise source.
154 * debian: Pick up correct `catacomb-dev' Depends entry from 2.2.1.1
155 which got lost down the side of the sofas.
156
157 -- Mark Wooding <mdw@distorted.org.uk> Mon, 13 Jun 2016 22:22:33 +0100
158
159 catacomb (2.2.2) experimental; urgency=low
160
161 * build: Cope with newer Autotools and related equipment.
162 * Miscellaneous small fixes for Cygwin.
163 * catacomb2 (mp_testbit): Fix overread on reading one-bit-past-the-end;
164 particularly, this causes a segfault reading bit zero of a zero-length
165 integer.
166
167 -- Mark Wooding <mdw@distorted.org.uk> Sat, 04 Jun 2016 01:12:01 +0100
168
169 catacomb (2.2.1.1) experimental; urgency=low
170
171 * Arrange that catacomb-dev Depends on correct version of mlib-dev. It
172 really won't work well without it.
173
174 -- Mark Wooding <mdw@distorted.org.uk> Fri, 19 Feb 2016 09:04:50 +0000
175
176 catacomb (2.2.1) experimental; urgency=low
177
178 * Some internal improvements.
179 * Debian packaging cleanups (fix build-depends, update mLib dependency).
180
181 -- Mark Wooding <mdw@distorted.org.uk> Thu, 18 Feb 2016 16:43:09 +0000
182
183 catacomb (2.2.0) experimental; urgency=low
184
185 * catacomb2: Fix rsa_recover crash on even modulus.
186 * catacomb-bin: Report error taking factorial of negative input.
187 * catacomb2: Fix EC_FIND and EC_NEG on 2-torsion points of prime curves.
188 * catacomb-dev: Support multiple flavours of EC point compression.
189 * catacomb2: Fix theoretical rsa_recover crash if factoring loop runs
190 out of prime numbers.
191 * catacomb2: Overhaul crypto primitives used in true-random generator.
192 * catacomb-bin: Improve rspit: high-resolution timing, and 64-bit size
193 support.
194 * catacomb-dev: New conversions between MP integers and C integer types.
195 * catacomb2: Change gcipher for Seal incompatibly. The IV is now
196 big-endian bytes (rather than `uint32'), and the `block size' is 4.
197 * catacomb2: Mix a constant string into DSA nonce generation to improve
198 resistance to protocol interference.
199 * catacomb2: Fix the freewheel random source, which hasn't been enabled
200 for ages due to a configure-script bug.
201 * catacomb-bin: The key tool can now read and write multiple
202 presentations for key fingerprints.
203 * catacomb2, catacomb-dev: Support Daniel Bernstein's Salsa20 and ChaCha
204 stream ciphers.
205
206 -- Mark Wooding <mdw@distorted.org.uk> Mon, 20 Jul 2015 14:15:31 +0100
207
208 catacomb (2.1.7) experimental; urgency=low
209
210 * A number of entropy-source fixes.
211 * Internal tidying.
212 * Add more elliptic curves, from Brainpool and BADA55.
213 * hashsum: Fix hash file verification.
214
215 -- Mark Wooding <mdw@distorted.org.uk> Wed, 16 Jul 2014 10:21:23 +0100
216
217 catacomb (2.1.6.1) experimental; urgency=low
218
219 * Fix building from source tarball.
220 * Fix building with Python 2.5.
221
222 -- Mark Wooding <mdw@distorted.org.uk> Sat, 28 Dec 2013 14:21:36 +0000
223
224 catacomb (2.1.6) experimental; urgency=low
225
226 * mpreduce: Extend domain to all positive integers.
227 * gfreduce: Fix out-of-bounds memory access.
228 * gcd: Don't clobber signs of `constants' when GCD calculation is trivial.
229 * pixie: Don't replace existing pixie unless explicitly requested.
230
231 -- Mark Wooding <mdw@distorted.org.uk> Fri, 27 Dec 2013 14:28:57 +0000
232
233 catacomb (2.1.5) experimental; urgency=low
234
235 * New build system.
236
237 -- Mark Wooding <mdw@distorted.org.uk> Mon, 29 Jun 2013 00:38:58 +0100
238
239 catacomb (2.1.4) experimental; urgency=low
240
241 * Constant-time operations.
242 * Some minor fixes to header files.
243
244 -- Mark Wooding <mdw@distorted.org.uk> Mon, 27 May 2013 22:34:23 +0100
245
246 catacomb (2.1.3) experimental; urgency=low
247
248 * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1)
249 example program.
250 * Upper bounds on phrase entropy in mkphrase(1).
251 * Don't make the Pixie setuid-root by default. Make the documentation
252 less scary.
253
254 -- Mark Wooding <mdw@distorted.org.uk> Thu, 11 Apr 2013 12:06:28 +0100
255
256 catacomb (2.1.2.1) experimental; urgency=low
257
258 * hashsum: Document `--progress' option in `--help' output.
259
260 -- Mark Wooding <mdw@distorted.org.uk> Thu, 28 Feb 2013 17:35:49 +0000
261
262 catacomb (2.1.2) experimental; urgency=low
263
264 * hashsum: Correct return code when running in `-c' mode.
265 * dsig: Fix core dump on large-ish outputs.
266 * dsig: Fix repeat-close bug.
267 * dsig: Accept precomputed hashes when making signatures.
268 * Utilities: New `-p' option for progress bars.
269 * dsig, hashsum: New `-j' option checks for files not covered by
270 manifest.
271 * Various library improvements.
272
273 -- Mark Wooding <mdw@distorted.org.uk> Wed, 09 Jan 2013 03:26:44 +0000
274
275 catacomb (2.1.1) experimental; urgency=low
276
277 * Do configuration through pkgconfig.
278
279 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 Mar 2008 18:36:30 +0000
280
281 catacomb (2.1.0) experimental; urgency=low
282
283 * Added support for elliptic curves, on both prime and binary fields
284 (polynomial basis only). No actual crypto, but there's enough already
285 to do ECDH and stuff on well-known curves Testing is currently a bit
286 patchy.
287
288 -- Mark Wooding <mdw@nsict.org> Sun, 21 Mar 2004 22:47:56 +0000
289
290 catacomb (2.0.1) experimental; urgency=low
291
292 * Debianization!
293 * (pixie): Don't report uninteresting errors when accepting connections.
294
295 -- Mark Wooding <mdw@nsict.org> Thu, 11 Dec 2003 10:47:59 +0000