summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-04-25 07:15:42 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-04-25 07:15:42 +0200
commitc41cb0664c94d4e00d4d798c8bddc9f385880b0a (patch)
tree0dd8d7ce82e7fb27f70513a1403a688381f6de66
parent6c1fdd1ee4b69b627d9a33858ffb64d00ec5c507 (diff)
downloadgnutls-c41cb0664c94d4e00d4d798c8bddc9f385880b0a.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0ac14c2ad..e9392e480f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.3.30 (unreleased)
+
+** libgnutls: Corrected infinite loop when an incorrect PIN was provided
+ via pin-value or pin-source.
+
+** gnutls-cli: backported the --sni-hostname option. This allows overriding the
+ hostname advertised to the peer.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.3.29 (released 2018-02-16)
** libgnutls: Fixed issue which caused 1-byte handshake fragments to be refused.