summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-10 18:33:56 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-10 18:33:56 +0100
commitadc60764c99d54ff1de44953eac928c22256ae81 (patch)
tree9e8f68dbbd29834edd6de0cdce3794896a27cfe5
parente887805a9465f803a1c8682fa16f8f2b9066bce8 (diff)
downloadgnutls-adc60764c99d54ff1de44953eac928c22256ae81.tar.gz
doc update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2aaa47481d..d81eacb394 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ treating it as trust module.
** libgnutls: When importing a PKCS #11 URL and we know the type of
object we are importing, don't require the object type in the URL.
+** libgnutls: fixed openpgp authentication when gnutls_certificate_set_retrieve_function2
+was used by the server.
+
** guile: Fix compilation on MinGW. Previously only the static version of the
'guile-gnutls-v-2' library would be built, preventing dynamic loading from Guile.