summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-01 20:43:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-10-01 20:43:55 +0200
commit415fa941232815d633b5addd6158db857ff4ced3 (patch)
tree8e154e082fd6da6b7fa0a0e935e8575e824db020
parent7737bce83a19eccaf32a1f30b5bb9307a39c1fe4 (diff)
downloadgnutls-415fa941232815d633b5addd6158db857ff4ced3.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2cc95f92b..a10c755668 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ See the end for copying conditions.
** libgnutls: Fixes in the transporent import of PKCS #11 certificates.
Reported by Joseph Peruski.
+** libgnutls: added GNUTLS_TL_GET_COPY flag for
+gnutls_x509_trust_list_get_issuer(). That allows the function to be used
+in a thread safe way when PKCS #11 trust modules are in use.
+
** libgnutls-dane: Do not require the CA on a ca match to be direct CA.
** guile: new 'set-session-server-name!' procedure; see the manual for