summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 13:44:23 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 15:02:09 +0200
commit0630d1f69552017614289953f84b0652ea2b1768 (patch)
treedd3169a1511bbc43f63b00f75430cd646aab1b70
parent8566f8935954d3e370f257a6e3c18e9af262f8c2 (diff)
downloadgnutls-0630d1f69552017614289953f84b0652ea2b1768.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0754c261a7..eb070ef28b 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@ See the end for copying conditions.
** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
aarch64. Resolves gitlab issue #204.
+** libgnutls: no longer parse the ResponseID field of the status response
+ 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.
+
** certtool: allow multiple certificates to be used in --p7-sign with
the --load-certificate option. Patch by Karl Tarbe.