X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/414a277808353f4304492fdad1b3301b1f2aceb3..9fe2e812f140d580d1150ffcb5010515d8b68dae:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 782837e5..76bf0b03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +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 Sat, 21 Sep 2019 21:26:44 +0100 + +catacomb (2.4.4) experimental; urgency=medium + + * debian: Bump to Debhelper 10. + * debian: Ship a shared-library `symbols' file for more precise + dependencies. + + -- Mark Wooding Sun, 29 Sep 2019 15:58:26 +0100 + catacomb (2.4.3) experimental; urgency=medium * catacomb (idea): Fix key-length descriptor.