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