summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 14:18:20 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-24 14:18:24 +0200
commit7aacdf94c221a6f19e988e87b9fe17f9cb284633 (patch)
treed3c531746c241b4b1e42a344e174f95b6201f2a2
parent3ade67eb6859a5a074f981480e5663ea92a59380 (diff)
downloadgnutls-7aacdf94c221a6f19e988e87b9fe17f9cb284633.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 1ffcbb1492..7600fde42e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ See the end for copying conditions.
** libgnutls: fix issue in RSA-PSK client callback which resulted in no username
being sent to the peer. Patch by Nicolas Dufresne.
+** 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.
+
** API and ABI modifications:
No changes since last version.