summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-06-26 14:24:42 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-06-26 14:24:42 +0300
commit4d1967a3c48c4e54fda4e3cf996160b466188f6c (patch)
treefc65332ce1bf611b72f8b611e1183ea774e533b4
parent5d7284a8abdcc0cfd31a8938e61510d4f0ff469d (diff)
downloadgnutls-4d1967a3c48c4e54fda4e3cf996160b466188f6c.tar.gz
NEWS: document gnutls_hash/hmac_copy addition
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32236eb375..cf5b127760 100644
--- a/NEWS
+++ b/NEWS
@@ -34,12 +34,18 @@ See the end for copying conditions.
the GNUTLS_SYSTEM_PRIORITY_FAIL_ON_INVALID environment parameter is
set to 1.
+** libgnutls: add gnutls_hash_copy/gnutls_hmac_copy functions that will create a copy
+ of digest or MAC context. Copying contexts for externally-registered digest and MAC
+ contexts is unupported.
+
** API and ABI modifications:
gnutls_get_system_config_file: Added
gnutls_crypto_register_cipher: Deprecated
gnutls_crypto_register_aead_cipher: Deprecated
gnutls_crypto_register_digest: Deprecated
gnutls_crypto_register_mac: Deprecated
+gnutls_hash_copy: Added
+gnutls_hmac_copy: Added
* Version 3.6.8 (released 2019-05-28)