From: Nikos Mavrogiannopoulos Date: Mon, 13 Dec 2010 21:42:19 +0000 (+0100) Subject: documented new functions X-Git-Tag: gnutls_2_11_7~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cad5d0a442bedaec3ffd672a5f304de80797605;p=thirdparty%2Fgnutls.git documented new functions --- diff --git a/NEWS b/NEWS index 585ce89cf9..29c7ecf1a1 100644 --- 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