Merge branch '2.4.x' into 2.5.x
[catacomb] / debian / changelog
index 6079fd7..bc7bcb7 100644 (file)
@@ -1,3 +1,28 @@
+catacomb (2.5.1) experimental; urgency=medium
+
+  * Merge changes from 2.4.4.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 29 Sep 2019 17:50:59 +0100
+
+catacomb (2.5.0) experimental; urgency=medium
+
+  * catacomb: MACs based on blockciphers: PMAC1 and CMAC (also known as
+    OMAC).
+  * catacomb: Authenticated Encryption with Additional Data (AEAD)
+    schemes.  Some based on blockciphers: CCM, EAX, GCM (with CPU-specific
+    acceleration), OCB1 and OCB3 (OCB2 is broken).  Also Salsa20 and
+    ChaCha20 with Poly1305: the RFC7539 scheme, and the NaCl `secret_box'
+    transform.
+  * catacomb: Implement Grantham's Frobenius test.  Combine it with
+    Rabin--Miller, as Baillie--PSW, for testing given primes.
+  * catacomb-bin (catcrypt): Support AEAD schemes for bulk crypto.
+  * catacomb-bin (perftest): Options for batching; report cycle counts
+    where available.
+  * Many internal improvements: better documentation, debugging, testing,
+    etc.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 21 Sep 2019 21:26:44 +0100
+
 catacomb (2.4.5) experimental; urgency=medium
 
   * catacomb: Fix memory leak in key-file error handling.