Make sure we use a fetched cipher when encrypting stateless tickets
authorMatt Caswell <matt@openssl.org>
Fri, 13 Mar 2020 23:51:28 +0000 (23:51 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Mar 2020 16:13:59 +0000 (16:13 +0000)
commit6f829f58effd958c75cb7bc3cf2781fbdae22b9b
tree4b40d8d92bce25b337ea35abe5aadf37af223926
parentabd86cecce06a2f56f2d0ccc4743273e5981d547
Make sure we use a fetched cipher when encrypting stateless tickets

We use AES-256-CBC to encrypt stateless session tickets. We should
ensure that the implementation is fetched from the appropriate provider.

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