]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documented new functions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Dec 2010 21:42:19 +0000 (22:42 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Dec 2010 21:42:19 +0000 (22:42 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 585ce89cf903e4b0a600afba2de388e605da9579..29c7ecf1a19da886ab9ab1ac0f501f3e50064098 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ See the end for copying conditions.
 
 * Version 2.11.7 (unreleased)
 
+** libgnutls: The deprecated  gnutls_x509_privkey_sign_hash() was
+replaced by gnutls_privkey_sign_hash2().
+
+** libgnutls: Added gnutls_pkcs11_privkey_sign_hash2(), 
+gnutls_openpgp_privkey_sign_hash2(), gnutls_privkey_sign_hash2(),
+and gnutls_openpgp_crt_verify_hash().
+
 ** libgnutls: gnutls_*_export_raw() functions now add leading zero in
 integers.
 
@@ -19,7 +26,7 @@ gnutls_privkey_sign_hash2: ADDED
 gnutls_openpgp_privkey_sign_data2: ADDED
 gnutls_x509_privkey_sign_data2: ADDED
 gnutls_openpgp_crt_verify_hash: ADDED
-gnutls_openpgp_privkey_sign_hash: DEPRECATED
+gnutls_openpgp_privkey_sign_hash: REMOVED
 gnutls_x509_privkey_sign_hash: DEPRECATED
 gnutls_psk_netconf_derive_key: DEPRECATED
 gnutls_session_set_finished_function: DEPRECATED