summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-09-24 12:21:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-09-24 12:21:49 +0200
commit092b4500c900f047b04487ddbe943630e03c9aed (patch)
treeb140c4e0ac1f7f4825508b7ffdf062e4fdb1cac6
parentb680848b2a01b1b96132b441e5182566ac040fd0 (diff)
downloadgnutls-092b4500c900f047b04487ddbe943630e03c9aed.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d1fc48123..b4aa9bd13e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ See the end for copying conditions.
** libgnutls: Fixed issue which causes 1-byte handshake fragments to be refused.
Reported by Balázs Kéri.
+** libgnutls: Refuse to resume a session which had a different SNI advertised. That
+ improves RFC6066 support in server side. Reported by Thomas Klute.
+
** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was
used. Resolves gitlab issue #259.