summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2016-01-28 19:07:50 +0200
committerWerner Koch <wk@gnupg.org>2016-01-29 09:58:55 +0100
commit5d41e1a1216c4b341bc737d7fe91438676a5c361 (patch)
treeb43e09a3cd4c672a176a1c296470a38591760276 /NEWS
parent79fe55c36996627a4856e2af280c1bf98f66f170 (diff)
downloadlibgcrypt-5d41e1a1216c4b341bc737d7fe91438676a5c361.tar.gz
Update NEWS
-- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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.