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