summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-06-28 16:28:58 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-06-28 16:45:32 +0300
commit1aba82f7993018db527fb40355a3a16f809613a2 (patch)
tree01c4970749a7cc60c71902c611ea15bbd8e2dfbb
parent52a9463abc08a861e460cd7e33d9b5ab217848f7 (diff)
downloadgnutls-1aba82f7993018db527fb40355a3a16f809613a2.tar.gz
NEWS: add an entry for AES-GMAC algorithms
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0be8619540..b007ea3493 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,8 @@ See the end for copying conditions.
** libgnutls: Added new flag for GNUTLS_CPUID_OVERRIDE
0x20: Enable SHA_NI instruction set
+** libgnutls: Added support for AES-GMAC MAC (#781)
+
** API and ABI modifications:
gnutls_get_system_config_file: Added
gnutls_crypto_register_cipher: Deprecated
@@ -49,6 +51,9 @@ gnutls_crypto_register_digest: Deprecated
gnutls_crypto_register_mac: Deprecated
gnutls_hash_copy: Added
gnutls_hmac_copy: Added
+GNUTLS_MAC_AES_GMAC_128: Added
+GNUTLS_MAC_AES_GMAC_192: Added
+GNUTLS_MAC_AES_CMAC_256: Added
* Version 3.6.8 (released 2019-05-28)