diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-10-08 07:23:31 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-10-08 16:44:11 +0200 |
commit | afa6e340c084542ef416afc9aaaa6dd0329f5507 (patch) | |
tree | 2c0ccfe2330f827a4cfdae7ac896ac22244d2faf /NEWS | |
parent | 7f6169ba6e95d319bed40f7942eeed1c4bb31936 (diff) | |
download | gnutls-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |