]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 14 Apr 2010 13:02:54 +0000 (15:02 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 14 Apr 2010 13:02:54 +0000 (15:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0a392e90df7d391c5d180361010a9486fef62424..aeb37e50f3bd897c384a8f36189332ca2ec9d71f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,8 +27,16 @@ vectors as well.
 
 ** libgnutls: Added cryptodev support (/dev/crypto).
 Tested with http://www.logix.cz/michal/devel/cryptodev/.  Added
-benchmark utility for AES.  Exported API to access encryption and hash
-algorithms.
+benchmark utility for AES.
+
+** libgnutls: Exported API to access encryption and hash algorithms.
+The new API functions are gnutls_cipher_decrypt, gnutls_cipher_deinit,
+gnutls_cipher_encrypt, gnutls_cipher_get_block_size,
+gnutls_cipher_init, gnutls_hash, gnutls_hash_deinit, gnutls_hash_fast,
+gnutls_hash_get_len, gnutls_hash_init, gnutls_hash_output,
+gnutls_hmac, gnutls_hmac_deinit, gnutls_hmac_fast,
+gnutls_hmac_get_len, gnutls_hmac_init, gnutls_hmac_output.  New API
+constants are GNUTLS_MAC_SHA224 and GNUTLS_DIG_SHA224.
 
 ** libgnutls: Added gnutls_certificate_set_verify_function() to allow
 verification of certificate upon receipt rather than waiting until the
@@ -88,7 +96,9 @@ gnutls_safe_renegotiation_status: ADDED.
 %UNSAFE_RENEGOTIATION: Added to priority strings
 %INITIAL_SAFE_RENEGOTIATION: Added to priority strings
 %DISABLE_SAFE_RENEGOTIATION: Added to priority strings (do not use)
-GNUTLS_VERSION_MAX: Added.
+GNUTLS_VERSION_MAX: ADDED.
+GNUTLS_MAC_SHA224: ADDED.
+GNUTLS_DIG_SHA224: ADDED.
 
 * Version 2.9.9 (released 2009-11-09)