summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-07 07:19:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-07 07:22:01 +0200
commitdd62d53c5be91aca7571c5216012b1057a4272e3 (patch)
tree10017a061b6fdf39f9ab924642776123d10bf431
parent0adaabba583642b08420e0726440f8ff76798d57 (diff)
downloadgnutls-dd62d53c5be91aca7571c5216012b1057a4272e3.tar.gz
released 3.5.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index e7194f0ee9..c4e082264a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,10 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Bug numbers referenced in this log correspond to bug numbers at our issue tracker,
available at https://gitlab.com/gnutls/gnutls/issues
Copyright (C) 2000-2016 Free Software Foundation, Inc.
-Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
+Copyright (C) 2013-2017 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.5.13 (unreleased)
+* Version 3.5.13 (released 2017-06-07)
** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
aarch64. Resolves gitlab issue #204.
@@ -14,11 +14,11 @@ See the end for copying conditions.
TLS extension. The field is not used by GnuTLS nor is made available to
calling applications. That addresses a null pointer dereference on server
side caused by packets containing the ResponseID field. Reported
- by Hubert Kario.
+ by Hubert Kario. [GNUTLS-SA-2017-4]
** libgnutls: tolerate certificates which do not have strict DER time encoding.
- It is possible using 3rd party tools to generate certificates with the time fields
- that do not conform to DER requirements. Since 3.4.x these certificates are rejected
+ It is possible using 3rd party tools to generate certificates with time fields
+ that do not conform to DER requirements. Since 3.4.x these certificates were rejected
and cannot be used with GnuTLS, however that caused problems with existing private
certificate infrastructures, which were relying on such certificates (see gitlab
issue #196). Tolerate reading and using these certificates.
diff --git a/configure.ac b/configure.ac
index 503226bd20..20845bcedb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.5.12], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.13], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index bb5dc67d98..133e3644b2 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 44)
- AC_SUBST(LT_REVISION, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)