summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-29 19:47:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-30 07:09:40 +0200
commit7f46d95ee4aa331319b39665acbe3e8915be1d06 (patch)
tree38ca59850b45a4b74f4f71905bae3f98fbf01d9a
parent71942b55844365982a79f896663ba9117c50ce63 (diff)
downloadgnutls-7f46d95ee4aa331319b39665acbe3e8915be1d06.tar.gz
doc updategnutls_3_1_25
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2ce0db3b49..a527e58048 100644
--- a/NEWS
+++ b/NEWS
@@ -2,17 +2,18 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.1.25 (unreleased)
+* Version 3.1.25 (released 2014-05-30)
** libgnutls: Eliminated memory corruption issue in Server Hello parsing.
Issue reported by Joonas Kuorilehto of Codenomicon.
-** libgnutls: increased the maximum certificate size buffer
+** 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.
+tofu authentication and the home path cannot be determined. Issue reported
+by Viktor Dukhovni.
** ocsptool: Include path in ocsp request. This resolves #108582
(https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.