summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-29 17:15:02 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-29 17:15:02 +0200
commit7eb24095cda87def3e52c1b40104d4a0d0d9adda (patch)
tree688906134a1d416054acf69ba9939fa883c1d912
parent1eb8e41e800ebaef9df814da3d3b635df90a289c (diff)
downloadgnutls-7eb24095cda87def3e52c1b40104d4a0d0d9adda.tar.gz
doc update
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f589ea7aa..b4ef2d25bd 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ Issue reported by Joonas Kuorilehto of Codenomicon.
** libgnutls: gnutls_global_set_mutex() was modified to operate with the
new initialization process.
+** libgnutls: increased the maximum certificate size buffer
+in the PKCS #11 subsystem.
+
+** libgnutls: Check the return code of getpwuid_r() instead of relying
+on the result value. That avoids issue in certain systems, when using
+tofu authentication and the home path cannot be determined.
+
** libgnutls-dane: Improved dane_verify_session_crt(), which now attempts to
create a full chain. This addresses points from https://savannah.gnu.org/support/index.php?108552
@@ -28,6 +35,9 @@ be specified in a template.
** certtool: Warn when invalid configuration options are set to a template.
+** ocsptool: Include path in ocsp request. This resolves #108582
+(https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.
+
** API and ABI modifications:
gnutls_credentials_get: Added