From 5d41e1a1216c4b341bc737d7fe91438676a5c361 Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Thu, 28 Jan 2016 19:07:50 +0200 Subject: Update NEWS -- Signed-off-by: Jussi Kivilinna --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 79d19313..e4e4882f 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,18 @@ Noteworthy changes in version 1.7.0 (unreleased) * Added OCB mode. + * Added support for the SHA3-224, SHA3-256, SHA3-384 and SHA3-512 + hash algorithms. + + * Added support for the SHAKE128 and SHAKE256 extendable-output + function algorithms. + + * Added support for the ChaCha20 stream cipher. + + * Added support for the Poly1305 message authentication algorithm and + ChaCha20-Poly1305 Authenticated Encryption with Associated Data + mode. + * New flag "no-keytest" for ECC key generation. Due to a bug in the parser that flag will also be accepted but ignored by older version of Libgcrypt. @@ -30,6 +42,7 @@ Noteworthy changes in version 1.7.0 (unreleased) * Interface changes relative to the 1.6.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcry_mac_get_algo NEW. + gcry_md_extract NEW. GCRY_MAC_HMAC_MD2 NEW. GCRY_MD_FLAG_BUGEMU1 NEW. GCRYCTL_SET_SBOX NEW. -- cgit v1.2.1