Cleanup ctxs if callback fail to retrieve session ticket
authorJ Mohan Rao Arisankala <mohan@computer.org>
Fri, 21 Apr 2017 16:03:46 +0000 (21:33 +0530)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Jan 2018 12:17:11 +0000 (12:17 +0000)
commit874893375c023c2b394887cfb54d52837a29f7c5
tree5558209efc6cbacf69de6eb7954b4f3d501e5849
parentbb9ca2af564e86a89bfc3c01ddae7ceafe5ed3b7
Cleanup ctxs if callback fail to retrieve session ticket

If tlsext ticket decrypt callback returns error, cleanup ctxs

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3273)
ssl/t1_lib.c