Merge branch '2.3.x'
authorMark Wooding <mdw@distorted.org.uk>
Sun, 28 May 2017 18:03:08 +0000 (19:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Jun 2017 08:38:40 +0000 (09:38 +0100)
* 2.3.x:
  Release 2.3.2.
  math/mpx.c: Fix two's-complement storing.

Conflicts:
debian/changelog

1  2 
debian/changelog

@@@ -1,32 -1,9 +1,38 @@@
 +catacomb (2.4.0.1) experimental; urgency=low
 +
 +  * Fix build failure with later ARM assemblers.
 +
 + -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 May 2017 21:05:35 +0100
 +
 +catacomb (2.4.0) experimental; urgency=low
 +
 +  * catacomb2: Implemented Bernstein's Poly1305 message-authentication
 +    code.
 +  * catacomb2: Support RFC7539's different nonce/counter split in ChaCha
 +    and Salsa20.
 +  * catacomb2: Implement Bernstein's X25519.
 +  * catacomb2: Implement Hamburg's X448 (RFC7748).
 +  * catacomb2: Implement Bernstein, Duif, Lange, Schwabe, Yang's Ed25519,
 +    as defined in RFC8032.
 +  * catacomb2: Implement Ed448, based on Hamburg's curve, as defined in
 +    RFC8032.
 +  * catacomb2: Implement Keccak-p[1600, n] as defined in FIPS202.
 +  * catacomb2: Implement SHA3, SHAKE, as defined in FIPS202.
 +  * catacomb2: Implement cSHAKE, KMAC, as defined in SP800-185.
 +  * catacomb2: Allow RSA key generation with chosen public exponent.
 +  * catacomb2: Optimize RSA public-key operations with common public
 +    exponents.
 +  * catacomb-bin: Support new algorithms in the provided tools.
 +  * catacomb-bin: Allow parameters keys for all key types.
 +
 + -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 May 2017 16:07:00 +0100
 +
+ catacomb (2.3.2) experimental; urgency=low
+   * catacomb2: Fix bignum loading and storing in two's complement form.
+  -- Mark Wooding <mdw@distorted.org.uk>  Thu, 22 Jun 2017 09:34:59 +0100
  catacomb (2.3.1) experimental; urgency=low
  
    * catacomb2: Fix memory corruption when allocating `salsa20' and