Use a fetched cipher when decrypting a ticket in libssl
authorMatt Caswell <matt@openssl.org>
Thu, 19 Mar 2020 18:23:58 +0000 (18:23 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2020 13:46:43 +0000 (13:46 +0000)
commit148bfd26a4c2d0250b77c57acf30cf5c190a1d29
tree4962c99f44a434201118812cee1d0c72eca9b265
parent8158cf209792f7a92f0812ac89a9f54950e8453b
Use a fetched cipher when decrypting a ticket in libssl

We need to make sure we are using the correct libctx and property query.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11402)
ssl/t1_lib.c