From: Daiki Ueno Date: Wed, 6 Sep 2023 05:55:10 +0000 (+0900) Subject: NEWS: mention AES-GCM-SIV support X-Git-Tag: 3.8.2~16^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0846a159b7bb47bf8660ae4194efeb9fc8861e38;p=thirdparty%2Fgnutls.git NEWS: mention AES-GCM-SIV support Signed-off-by: Daiki Ueno --- diff --git a/NEWS b/NEWS index 8785db6fb8..4fa162c894 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,13 @@ See the end for copying conditions. to implement custom protocols leveraging non-interactive key agreement with ECDH and DH. +** libgnutls: Added support for AES-GCM-SIV ciphers (RFC 8452) + The new algorithms GNUTLS_CIPHER_AES_128_SIV_GCM and + GNUTLS_CIPHER_AES_256_SIV_GCM have been added to be used through + the AEAD interface. Note that, unlike + GNUTLS_CIPHER_AES_{128,256}_SIV_GCM, the authentication tag is + appended to the ciphertext, not prepended. + ** API and ABI modifications: gnutls_pubkey_import_dh_raw: New function gnutls_privkey_import_dh_raw: New function @@ -20,6 +27,8 @@ gnutls_privkey_export_dh_raw: New function gnutls_x509_privkey_import_dh_raw: New function gnutls_privkey_derive_secret: New function GNUTLS_KEYGEN_DH: New enum member of gnutls_keygen_types_t +GNUTLS_CIPHER_AES_128_SIV_GCM: Added +GNUTLS_CIPHER_AES_256_SIV_GCM: Added * Version 3.8.1 (released 2023-08-03)