558efd3232e58cfee476334b50fe3da4f67a2941
[catacomb] / debian / changelog
1 catacomb (2.6.1) experimental; urgency=medium
2
3 * catacomb: Fix segfault from `rand_quick' on i386.
4
5 -- Mark Wooding <mdw@distorted.org.uk> Mon, 25 May 2020 17:45:02 +0100
6
7 catacomb (2.6.0) experimental; urgency=medium
8
9 * catacomb: Introduce Mike Hamburg's `STROBE' syymetric encryption
10 framework, based on Keccak.
11 * catacomb: Fix KCDSA prime generation so that it makes primes of
12 exactly the right length. I think this is the last of the prime-
13 generation algorthms that needs fixing.
14 * catacomb: Inttroduce low-level key-file functions to accommodate
15 Python 3 bindings.
16 * catacomb: Support `tag:', `id:' and `type:' prefixes in `bytag' key
17 queries.
18 * catacomb-bin: Be consistent about metasyntax used to denote hash
19 function names.
20 * catacomb: Introduce fast SIMD multiplication for ARM32 and ARM64
21 platforms. I think this finally means that X86 and ARM have similar
22 levels of optimization.
23 * catacomb: Check SIMD feature bit on ARM64 before using the optimized
24 code. I don't know of any ARM64 implementations which lack SIMD
25 instructions, but the bit must be there for a reason, so I might as
26 well use it.
27 * catacomb-dev: Allow reading the current number of passes from a
28 `dsarand' object.
29 * catacomb: Prefer X84 `rdseed' instruction for quick entropy over
30 `rdrand' if it's available.
31
32 -- Mark Wooding <mdw@distorted.org.uk> Sat, 09 May 2020 17:38:45 +0100
33
34 catacomb (2.5.2) experimental; urgency=medium
35
36 * Merge changes from 2.4.5.
37 * catacomb-dev: Fix ARM32 FP/SIMD register dumping.
38
39 -- Mark Wooding <mdw@distorted.org.uk> Sat, 09 May 2020 20:50:57 +0100
40
41 catacomb (2.5.1) experimental; urgency=medium
42
43 * Merge changes from 2.4.4.
44
45 -- Mark Wooding <mdw@distorted.org.uk> Sun, 29 Sep 2019 17:50:59 +0100
46
47 catacomb (2.5.0) experimental; urgency=medium
48
49 * catacomb: MACs based on blockciphers: PMAC1 and CMAC (also known as
50 OMAC).
51 * catacomb: Authenticated Encryption with Additional Data (AEAD)
52 schemes. Some based on blockciphers: CCM, EAX, GCM (with CPU-specific
53 acceleration), OCB1 and OCB3 (OCB2 is broken). Also Salsa20 and
54 ChaCha20 with Poly1305: the RFC7539 scheme, and the NaCl `secret_box'
55 transform.
56 * catacomb: Implement Grantham's Frobenius test. Combine it with
57 Rabin--Miller, as Baillie--PSW, for testing given primes.
58 * catacomb-bin (catcrypt): Support AEAD schemes for bulk crypto.
59 * catacomb-bin (perftest): Options for batching; report cycle counts
60 where available.
61 * Many internal improvements: better documentation, debugging, testing,
62 etc.
63
64 -- Mark Wooding <mdw@distorted.org.uk> Sat, 21 Sep 2019 21:26:44 +0100
65
66 catacomb (2.4.5) experimental; urgency=medium
67
68 * catacomb: Fix memory leak in key-file error handling.
69 * catacomb: Don't leak internal `exptime' symbol into the global
70 namespace.
71 * catacomb: Check that the X86 `rdrand' instruction actually works
72 before leaning on it. This is in response to the well-publicized AMD
73 bug which always returns all-bits-set with the carry /set/ (indicating
74 success).
75 * catacomb: Mix in the random pool key during `rand_gate' and
76 `rand_stretch' operations.
77 * catacomb: Fix by-tag key lookups: if the query string looks like a hex
78 number, it's treated as a search by id; but if no such id is found,
79 the search wouldn't continue to look for a key by type or tag.
80 * catacomb: Fix reference leak in `key_split'.
81 * catacomb: Fix bug which completely broke `key_copydata'.
82 * catacomb: Fix segfault from `pgen', if it fails before setting up the
83 prime tester.
84 * catacomb: Propagate failure from `pgen' during Lim--Lee prime
85 generation, rather than immediately retrying.
86 * catacomb: Fix memory leak of factor vector from failed Lim--Lee prime
87 generation.
88 * catacomb: Fix segfault when multiplying the identity elliptic-curve
89 point.
90 * catacomb: Fix the `lcrand' descriptor, so that it's not advertised as
91 being cryptographically strong, and to fix a bias in its output.
92 * catacomb: Fix a memory leak in the error case of KCDSA prime
93 generation.
94 * catacomb-bin: Fix segfault from `pixie', if given an empty passphrase
95 to remember.
96 * catacomb: Check SIMD feature bit on ARM64 before using the optimized
97 code. I don't know of any ARM64 implementations which lack SIMD
98 instructions, but the bit must be there for a reason, so I might as
99 well use it.
100 * catacomb: Support parsing binary-group descriptions. This is a long-
101 standing lacuna that I've only recently noticed.
102
103 -- Mark Wooding <mdw@distorted.org.uk> Sat, 09 May 2020 17:46:24 +0100
104
105 catacomb (2.4.4) experimental; urgency=medium
106
107 * debian: Bump to Debhelper 10.
108 * debian: Ship a shared-library `symbols' file for more precise
109 dependencies.
110
111 -- Mark Wooding <mdw@distorted.org.uk> Sun, 29 Sep 2019 15:58:26 +0100
112
113 catacomb (2.4.3) experimental; urgency=medium
114
115 * catacomb (idea): Fix key-length descriptor.
116 * catacomb (xchachaNN): Fix nonce-size descriptor.
117 * catacomb (key-management): Fix incorrect handling of keyring
118 modifiability.
119 * catacomb-dev: Configure `pkg-config' correctly for static linking.
120 * catacomb, catacomb-bin (cookie, dsig): Fix hash-function length
121 padding on very long messages, and handling of large datestamps.
122 * catacomb-bin (catsign): Don't open temporary files unnecessarily.
123 * catacomb-bin (catcrypt): Fix key-attribute parsing.
124 * catacomb-bin (perftest): Add missing help-string text for `-n' used
125 with `enc' and `hash'
126
127 -- Mark Wooding <mdw@distorted.org.uk> Sat, 21 Sep 2019 17:43:59 +0100
128
129 catacomb (2.4.2) experimental; urgency=medium
130
131 * catacomb2: Support multi-arch at last.
132 * catacomb2: Fix mangled key-size data for HMAC.
133 * rspit: Support generating large files.
134 * pixie: Improve error-handling around dropping privilege.
135 * ed25519, ed448: Very minor performance improvement.
136 * salsa20, chacha: Fix crash if nonce is none, as it is when invoked by
137 `rspit'.
138 * salsa20, chacha: Fix declaration of cipher classes to prevent them
139 ending up as (useless) common symbols in client code.
140 * limlee: Improve the prime size heuristics.
141 * sha, sha256, sha512: Restructure compression function to improve
142 performance and use less memory.
143 * rijndael: Include enough round constants to make very tiny keys work
144 correctly.
145
146 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jun 2018 01:15:59 +0100
147
148 catacomb (2.4.1) experimental; urgency=low
149
150 * catacomb2: Two's-complement fix from 2.3.x release branch.
151
152 -- Mark Wooding <mdw@distorted.org.uk> Thu, 22 Jun 2017 09:37:40 +0100
153
154 catacomb (2.4.0.1) experimental; urgency=low
155
156 * Fix build failure with later ARM assemblers.
157
158 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 21:05:35 +0100
159
160 catacomb (2.4.0) experimental; urgency=low
161
162 * catacomb2: Implemented Bernstein's Poly1305 message-authentication
163 code.
164 * catacomb2: Support RFC7539's different nonce/counter split in ChaCha
165 and Salsa20.
166 * catacomb2: Implement Bernstein's X25519.
167 * catacomb2: Implement Hamburg's X448 (RFC7748).
168 * catacomb2: Implement Bernstein, Duif, Lange, Schwabe, Yang's Ed25519,
169 as defined in RFC8032.
170 * catacomb2: Implement Ed448, based on Hamburg's curve, as defined in
171 RFC8032.
172 * catacomb2: Implement Keccak-p[1600, n] as defined in FIPS202.
173 * catacomb2: Implement SHA3, SHAKE, as defined in FIPS202.
174 * catacomb2: Implement cSHAKE, KMAC, as defined in SP800-185.
175 * catacomb2: Allow RSA key generation with chosen public exponent.
176 * catacomb2: Optimize RSA public-key operations with common public
177 exponents.
178 * catacomb-bin: Support new algorithms in the provided tools.
179 * catacomb-bin: Allow parameters keys for all key types.
180
181 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 16:07:00 +0100
182
183 catacomb (2.3.2) experimental; urgency=low
184
185 * catacomb2: Fix bignum loading and storing in two's complement form.
186
187 -- Mark Wooding <mdw@distorted.org.uk> Thu, 22 Jun 2017 09:34:59 +0100
188
189 catacomb (2.3.1) experimental; urgency=low
190
191 * catacomb2: Fix memory corruption when allocating `salsa20' and
192 `chacha'-based RNGs.
193 * catacomb2: Fix segfault when opening read-only keyring with no
194 associated file.
195 * catacomb2: Return the correct stream offset in `chacha_tell*'.
196 * catacomb2: Produce correct keyring files when they contain empty
197 keys.
198 * catacomb2: Fix cross-compilation-unit type incompatibility in prime
199 and binary group implementations.
200 * catacomb-dev: Add missing licence notices to `salsa20.h'.
201 * catacomb-bin: Fix assertion failure in RSA-PSS signing.
202 * catacomb-bin: Fix uninitialized structure slot in RSA-PSS signing and
203 verifying.
204 * catacomb-bin: Compare MAC tags in constant time.
205 * catacomb2: Fix a (minor) source of bias in BBS and RSA key generation.
206
207 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 04:05:00 +0100
208
209 catacomb (2.3.0.1) experimental; urgency=low
210
211 * catacomb2: Actually make the stack non-executable rather than just
212 pretending.
213
214 -- Mark Wooding <mdw@distorted.org.uk> Wed, 05 Apr 2017 09:00:55 +0100
215
216 catacomb (2.3.0) experimental; urgency=low
217
218 * catacomb2: Use the correct Oakley 2048 group. For a long time, this
219 was a duplicate of the Oakley 1536 group. There's a compatibility
220 break here, but it's for the best.
221 * catacomb2: Include `.note.GNU-stack' sections in the assembler code,
222 so that the process stack doesn't get marked executable.
223 * catacomb2: New SSE2-based multipliers for i386 and AMD64.
224 * catacomb2: Lots of other improvements to the assembler code.
225
226 -- Mark Wooding <mdw@distorted.org.uk> Mon, 03 Apr 2017 10:24:17 +0100
227
228 catacomb (2.2.5) experimental; urgency=low
229
230 * catacomb2 (ARM AES): Fix crash from `rijndael*_init' when key material
231 is unaligned.
232 * build: Use less obsolete macro names in configure script.
233
234 -- Mark Wooding <mdw@distorted.org.uk> Tue, 12 Jul 2016 10:27:05 +0100
235
236 catacomb (2.2.4) experimental; urgency=low
237
238 * build: Fix build failures on post-wheezy Debian versions.
239 * catacomb2: Use ARM AES instructions if available. (But they can't be
240 assembled using wheezy's version of gas, so this doesn't work in the
241 binary package.)
242 * catacomb2: Fix poor performance (and wrong answers for very small
243 numbers) in prime generation.
244 * catacomb2: Return numbers of exactly the requested length in prime and
245 public-key generation. The `strongprime' and `limlee' algorithms have
246 changed as a result; previously verifiable parameters generated using
247 this algorithm won't be verifiable any more.
248 * catacomb-dev: Deprecate the old `dsa' functions. Use `gdsa' instead.
249
250 -- Mark Wooding <mdw@distorted.org.uk> Sun, 26 Jun 2016 14:18:14 +0100
251
252 catacomb (2.2.3) experimental; urgency=low
253
254 * rand: Make the main generator resiliant in the face of fork(2).
255 * rand: Introduce `rand_quick', which may also mix in CPU-level
256 randomness sources.
257 * rand: Use higher-resolution timer in the quick-win noise source.
258 * debian: Pick up correct `catacomb-dev' Depends entry from 2.2.1.1
259 which got lost down the side of the sofas.
260
261 -- Mark Wooding <mdw@distorted.org.uk> Mon, 13 Jun 2016 22:22:33 +0100
262
263 catacomb (2.2.2) experimental; urgency=low
264
265 * build: Cope with newer Autotools and related equipment.
266 * Miscellaneous small fixes for Cygwin.
267 * catacomb2 (mp_testbit): Fix overread on reading one-bit-past-the-end;
268 particularly, this causes a segfault reading bit zero of a zero-length
269 integer.
270
271 -- Mark Wooding <mdw@distorted.org.uk> Sat, 04 Jun 2016 01:12:01 +0100
272
273 catacomb (2.2.1.1) experimental; urgency=low
274
275 * Arrange that catacomb-dev Depends on correct version of mlib-dev. It
276 really won't work well without it.
277
278 -- Mark Wooding <mdw@distorted.org.uk> Fri, 19 Feb 2016 09:04:50 +0000
279
280 catacomb (2.2.1) experimental; urgency=low
281
282 * Some internal improvements.
283 * Debian packaging cleanups (fix build-depends, update mLib dependency).
284
285 -- Mark Wooding <mdw@distorted.org.uk> Thu, 18 Feb 2016 16:43:09 +0000
286
287 catacomb (2.2.0) experimental; urgency=low
288
289 * catacomb2: Fix rsa_recover crash on even modulus.
290 * catacomb-bin: Report error taking factorial of negative input.
291 * catacomb2: Fix EC_FIND and EC_NEG on 2-torsion points of prime curves.
292 * catacomb-dev: Support multiple flavours of EC point compression.
293 * catacomb2: Fix theoretical rsa_recover crash if factoring loop runs
294 out of prime numbers.
295 * catacomb2: Overhaul crypto primitives used in true-random generator.
296 * catacomb-bin: Improve rspit: high-resolution timing, and 64-bit size
297 support.
298 * catacomb-dev: New conversions between MP integers and C integer types.
299 * catacomb2: Change gcipher for Seal incompatibly. The IV is now
300 big-endian bytes (rather than `uint32'), and the `block size' is 4.
301 * catacomb2: Mix a constant string into DSA nonce generation to improve
302 resistance to protocol interference.
303 * catacomb2: Fix the freewheel random source, which hasn't been enabled
304 for ages due to a configure-script bug.
305 * catacomb-bin: The key tool can now read and write multiple
306 presentations for key fingerprints.
307 * catacomb2, catacomb-dev: Support Daniel Bernstein's Salsa20 and ChaCha
308 stream ciphers.
309
310 -- Mark Wooding <mdw@distorted.org.uk> Mon, 20 Jul 2015 14:15:31 +0100
311
312 catacomb (2.1.7) experimental; urgency=low
313
314 * A number of entropy-source fixes.
315 * Internal tidying.
316 * Add more elliptic curves, from Brainpool and BADA55.
317 * hashsum: Fix hash file verification.
318
319 -- Mark Wooding <mdw@distorted.org.uk> Wed, 16 Jul 2014 10:21:23 +0100
320
321 catacomb (2.1.6.1) experimental; urgency=low
322
323 * Fix building from source tarball.
324 * Fix building with Python 2.5.
325
326 -- Mark Wooding <mdw@distorted.org.uk> Sat, 28 Dec 2013 14:21:36 +0000
327
328 catacomb (2.1.6) experimental; urgency=low
329
330 * mpreduce: Extend domain to all positive integers.
331 * gfreduce: Fix out-of-bounds memory access.
332 * gcd: Don't clobber signs of `constants' when GCD calculation is trivial.
333 * pixie: Don't replace existing pixie unless explicitly requested.
334
335 -- Mark Wooding <mdw@distorted.org.uk> Fri, 27 Dec 2013 14:28:57 +0000
336
337 catacomb (2.1.5) experimental; urgency=low
338
339 * New build system.
340
341 -- Mark Wooding <mdw@distorted.org.uk> Mon, 29 Jun 2013 00:38:58 +0100
342
343 catacomb (2.1.4) experimental; urgency=low
344
345 * Constant-time operations.
346 * Some minor fixes to header files.
347
348 -- Mark Wooding <mdw@distorted.org.uk> Mon, 27 May 2013 22:34:23 +0100
349
350 catacomb (2.1.3) experimental; urgency=low
351
352 * Fibonacci sequence computation: mp_fibonacci function and fibonacci(1)
353 example program.
354 * Upper bounds on phrase entropy in mkphrase(1).
355 * Don't make the Pixie setuid-root by default. Make the documentation
356 less scary.
357
358 -- Mark Wooding <mdw@distorted.org.uk> Thu, 11 Apr 2013 12:06:28 +0100
359
360 catacomb (2.1.2.1) experimental; urgency=low
361
362 * hashsum: Document `--progress' option in `--help' output.
363
364 -- Mark Wooding <mdw@distorted.org.uk> Thu, 28 Feb 2013 17:35:49 +0000
365
366 catacomb (2.1.2) experimental; urgency=low
367
368 * hashsum: Correct return code when running in `-c' mode.
369 * dsig: Fix core dump on large-ish outputs.
370 * dsig: Fix repeat-close bug.
371 * dsig: Accept precomputed hashes when making signatures.
372 * Utilities: New `-p' option for progress bars.
373 * dsig, hashsum: New `-j' option checks for files not covered by
374 manifest.
375 * Various library improvements.
376
377 -- Mark Wooding <mdw@distorted.org.uk> Wed, 09 Jan 2013 03:26:44 +0000
378
379 catacomb (2.1.1) experimental; urgency=low
380
381 * Do configuration through pkgconfig.
382
383 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 Mar 2008 18:36:30 +0000
384
385 catacomb (2.1.0) experimental; urgency=low
386
387 * Added support for elliptic curves, on both prime and binary fields
388 (polynomial basis only). No actual crypto, but there's enough already
389 to do ECDH and stuff on well-known curves Testing is currently a bit
390 patchy.
391
392 -- Mark Wooding <mdw@nsict.org> Sun, 21 Mar 2004 22:47:56 +0000
393
394 catacomb (2.0.1) experimental; urgency=low
395
396 * Debianization!
397 * (pixie): Don't report uninteresting errors when accepting connections.
398
399 -- Mark Wooding <mdw@nsict.org> Thu, 11 Dec 2003 10:47:59 +0000