Release 1.3.0.
[catacomb-python] / debian / changelog
CommitLineData
e95512be
MW
1catacomb-python (1.3.0) experimental; urgency=medium
2
3 * catacomb: Bindings for new blockcipher-based MACs, and AEAD schemes.
4 * catacomb: Invalidate `grand' objects passed into Python through prime-
5 generation events.
6 * catacomb: Improve class docstrings. (They're still extremely terse.)
7 * catacomb: Add missing `copy' methods on hash and Keccak objects.
8 * catacomb: Add `WriteBuffer.contents' as a more convenient way to
9 extract the contents than coercing to `str' or `ByteString'.
10 * catacomb: Set `RTLD_DEEPBIND' while loading the native module to work
11 around #868366.
12 * pock: New program for generating efficiently verifiable prime numbers,
13 and for verifying their certificates.
14
15 -- Mark Wooding <mdw@distorted.org.uk> Sat, 21 Sep 2019 23:00:25 +0100
16
d67d49b9
MW
17catacomb-python (1.2.1) experimental; urgency=low
18
19 * Fix use-after-free bug in ECPt hashing causing hash instability.
20 * Fix keywrd argument mismatch in ECDSAPriv.
21 * Coerce DSA private key values to `MP'.
22
23 -- Mark Wooding <mdw@distorted.org.uk> Fri, 16 Jun 2017 01:01:05 +0100
24
221888a2
MW
25catacomb-python (1.2.0) experimental; urgency=low
26
27 * Bindings for HSalsa20 and HChaCha PRFs.
28 * Bindings for Poly1305.
29 * Bindings for X25519.
30 * Bindings for X448.
31 * Bindings for Ed25519.
32 * Bindings for Ed448.
33 * Bindings for Keccak[1600, n].
34 * Bindings for cSHAKE; Python implementation of KMAC.
35 * Improved pretty-printing for IPython.
36 * Allow selection of public exponent when generating RSA keys.
37
38 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 17:29:53 +0100
39
a1e3dbc5
MW
40catacomb-python (1.1.2) experimental; urgency=low
41
42 * Further 64-bit compatibility improvements.
43 * Fixed docstrings for a number of native methods.
44 * Fix range checking for `GRand' methods.
45 * Fix crash when deleting natively implemented object attributes.
46 * Fix bug which assigned the wrong hash to bytestrings.
47 * Fix `__int__' methods to return `long' objects when necessary.
48 Without this, there are unnecessary failures and bizarrely timed
49 exceptions.
50 * A couple of patches to provide forward compatibility with upstream
51 library changes.
52
53 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 04:25:35 +0100
54
e11875ac
MW
55catacomb-python (1.1.1) experimental; urgency=low
56
57 * ByteString operators: fix crashes on 64-bit platforms resulting from
58 the use of the wrong length types.
59
60 -- Mark Wooding <mdw@distorted.org.uk> Sat, 04 Jun 2016 01:17:14 +0100
61
bc1cff9c
MW
62catacomb-python (1.1.0.1) experimental; urgency=low
63
64 * Just Debian packaging fixes.
65
66 -- Mark Wooding <mdw@distorted.org.uk> Fri, 19 Feb 2016 19:39:28 +0000
67
dceab3da
MW
68catacomb-python (1.1.0) experimental; urgency=low
69
70 * Fix crash on trying to import RSA public and private keys with even
71 modulus.
72 * Add bindings for key-strength conversion functions.
73 * Add bindings for factorial and Fibonacci calculations.
74 * Implement exact field-of-fractions arithmetic for integers and binary
75 polynomials.
76 * Set module nameson types properly, so that IPython doesn't choke on
77 printing them.
78 * Implement hashing for comparable types. Again, this makes IPython
79 work better.
80 * Support Daniel Bernstein's Salsa20 and ChaCha stream ciphers.
81 * Stop abusing SyntaxError.
82 * Support elliptic curve point compression formats.
83 * Major overhaul of the `pwsafe' utility: multiple storage backends, so
84 (a) we no longer require GDBM, and (b) we can use a Git-friendly
85 directory-based format. Or SQLite.
86
87 -- Mark Wooding <mdw@distorted.org.uk> Mon, 20 Jul 2015 16:07:51 +0100
88
a0580db0 89catacomb-python (1.0.6) experimental; urgency=low
ab5212e5
MW
90
91 * Fix stupid bug in WriteBuffer resizing.
92
93 -- Mark Wooding <mdw@distorted.org.uk> Sun, 21 Jul 2013 15:57:06 +0100
94
a0580db0
MW
95catacomb-python (1.0.5) experimental; urgency=low
96
97 * Make Key constructor actually work.
98 * Include human-readable text in KeyError exceptions.
99
100 -- Mark Wooding <mdw@distorted.org.uk> Sat, 04 Jan 2014 01:38:26 +0000
101
5f25415f
MW
102catacomb-python (1.0.4) experimental; urgency=low
103
104 * Build against Python 2.7.
105
106 -- Mark Wooding <mdw@distorted.org.uk> Wed, 09 Jan 2013 02:47:59 +0000
107
dab7c2bb
MW
108catacomb-python (1.0.3) experimental; urgency=low
109
110 * Remove catacomb-python-bin package, because it made building hard and
111 didn't provide any noticeable benefits.
112
113 -- Mark Wooding <mdw@distorted.org.uk> Fri, 05 Nov 2010 15:12:35 +0000
114
2286c788
MW
115catacomb-python (1.0.2) experimental; urgency=low
116
117 * Overhaul build system with new support module.
118
119 -- Mark Wooding <mdw@distorted.org.uk> Sun, 04 Oct 2009 14:17:20 +0100
120
17f11fcf
MW
121catacomb-python (1.0.1) experimental; urgency=low
122
123 * Make it work with Python 2.6. Also switched over to the (increasingly
124 winning) CDBS.
125
126 -- Mark Wooding <mdw@distorted.org.uk> Sat, 03 Oct 2009 23:06:29 +0100
127
128catacomb-python (1.0.0) experimental; urgency=low
46e6ad89 129
130 * Debianization!
131
132 -- Mark Wooding <mdw@distorted.org.uk> Mon, 26 Sep 2005 11:27:00 +0100