]> git.ipfire.org Git - thirdparty/openssl.git/commit
Always issue new tickets when using TLSv1.3 stateful tickets
authorMatt Caswell <matt@openssl.org>
Mon, 16 Jul 2018 15:57:36 +0000 (16:57 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Jul 2018 09:12:10 +0000 (10:12 +0100)
commit5f26ddff7ee2914782e312621023e10af356de18
tree86f403776357840da3d337268edf57f142719b9b
parent04d7814a8038e01dbeb9fd7721d40c1824f553a8
Always issue new tickets when using TLSv1.3 stateful tickets

Previously we were failing to issue new tickets if a resumption attempt
failed.

Fixes #6654

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6722)
ssl/statem/extensions_srvr.c