]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Documented the addtion of gnutls_pubkey_import_privkey() and gnutls_pubkey_verify_data()
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 16 Dec 2010 21:18:25 +0000 (22:18 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 16 Dec 2010 21:18:25 +0000 (22:18 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c3ee12ddc6697bb1e3153948d4a44c64b6c0e35d..66f6d6ddc8805c5b1216fde22c66331b70cff1e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ See the end for copying conditions.
 ** libgnutls: The deprecated  gnutls_x509_privkey_sign_hash() was
 replaced by gnutls_privkey_sign_hash2().
 
+** Added helper functions for signature verification:
+gnutls_pubkey_verify_data() and gnutls_pubkey_import_privkey().
+
 ** libgnutls: Added gnutls_pkcs11_privkey_sign_hash2(), 
 gnutls_openpgp_privkey_sign_hash2(), gnutls_privkey_sign_hash2(),
 and gnutls_openpgp_crt_verify_hash().
@@ -19,6 +22,8 @@ integers.
 Reported by "Brendan Doherty" <brendand@gentrack.com>.
 
 ** API and ABI modifications:
+gnutls_pubkey_import_privkey: ADDED
+gnutls_pubkey_verify_data: ADDED
 gnutls_pkcs11_privkey_sign_hash2: ADDED
 gnutls_openpgp_privkey_sign_hash2: ADDED
 gnutls_x509_privkey_sign_hash2: ADDED