summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-23 16:19:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-23 16:19:15 +0200
commitcae9c34a1a7a85e81644fa8438a5ebd4b088e280 (patch)
tree59dea20d9228c33a6363b758261341d6d84b3326
parentf18e527230a7fe739d51daba5027f1a00c34dacd (diff)
downloadgnutls-cae9c34a1a7a85e81644fa8438a5ebd4b088e280.tar.gz
updated.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b200cf603..31890b3fe9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ See the end for copying conditions.
* Version (unreleased)
+** doc: documentation updates.
+
+** libgnutls: gnutls_rsa_params_t is now identical to gnutls_x509_privkey_t
+to avoid thread-safety issues. Reported by Sam Varshavchik.
+
+** libgnutls: Added compatibility mode with /etc/gnutls/pkcs11.conf
+
** libgnutls: license upgraded to LGPLv3
** libgnutls: gnutls_srp_verifier() returns data allocated with gnutls_malloc()