Remove TLSv1.3 tickets from the client cache as we use them
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jun 2018 17:07:56 +0000 (18:07 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 3 Jul 2018 08:44:46 +0000 (09:44 +0100)
commit4cb004573a28fe5f8f8d95dc9407e0fe9df6f14c
tree807d2d70bf1ac0cd222936d35d2fb757dcf27c13
parent1f1563216d6827e1dc8212795344c82e0f5d5933
Remove TLSv1.3 tickets from the client cache as we use them

Tickets are supposed to be single use so we remove them from the cache on
use.

Fixes #6377

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6601)
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
test/sslapitest.c