summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-10-08 07:23:31 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-10-08 16:44:11 +0200
commitafa6e340c084542ef416afc9aaaa6dd0329f5507 (patch)
tree2c0ccfe2330f827a4cfdae7ac896ac22244d2faf /NEWS
parent7f6169ba6e95d319bed40f7942eeed1c4bb31936 (diff)
downloadgnutls-afa6e340c084542ef416afc9aaaa6dd0329f5507.tar.gz
session tickets: parse extension during session resumption on client side
It is possible for a server to send a new session ticket during TLS1.2 resumption. To be able to parse it as client we need to check the extension during resumption as well. Resolves: #841 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f29ec78c82..8f46165c62 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ See the end for copying conditions.
* Version 3.6.11 (unreleased)
+** libgnutls: Corrected issue with TLS 1.2 session ticket handling as client
+ during resumption (#841).
+
** gnutls-cli/serv: added raw public-key handling capabilities (RFC7250).
Key material can be set via the --rawpkkeyfile and --rawpkfile flags.