diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2019-06-26 14:24:42 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2019-06-26 14:24:42 +0300 |
commit | 4d1967a3c48c4e54fda4e3cf996160b466188f6c (patch) | |
tree | fc65332ce1bf611b72f8b611e1183ea774e533b4 /NEWS | |
parent | 5d7284a8abdcc0cfd31a8938e61510d4f0ff469d (diff) | |
download | gnutls-4d1967a3c48c4e54fda4e3cf996160b466188f6c.tar.gz |
NEWS: document gnutls_hash/hmac_copy addition
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |