summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-07 16:35:47 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-07 16:35:47 +0000
commitf93b141a2dce93e66792e8dacf7cdf4e6812aa15 (patch)
tree7595244b204c667dc68a987c5cbb636d8d294aab
parent588ae06498d49f42104a3383b54b185814dd5641 (diff)
downloadgnutls-f93b141a2dce93e66792e8dacf7cdf4e6812aa15.tar.gz
Add.
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5609b01bf7..83f2958e8c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,22 @@ See the end for copying conditions.
* Version 1.7.8.p11.1 (unreleased)
+** Add new API to perform private key operations.
+Use the new API gnutls_set_sign_function to set a callback function
+that is responsible for performing the signing operation.
+
+** Add new APIs to get all user certificates from PKCS#11 provider.
+The gnutls_pkcs11_get_user_certificates looks for private keys, and
+returns the corresponding certificates.
+
+** Add new API to perform signing via the PKCS#11 library.
+
** API and ABI modifications:
-No changes since last version.
+gnutls_pkcs11_get_user_certificates: ADD.
+gnutls_pkcs11_sign: ADD.
+gnutls_sign_func: ADD.
+gnutls_set_sign_function: ADD.
+gnutls_get_sign_function: ADD.
* Version 1.7.8.p11.0 (released 2007-05-02)