From: Matt Caswell Date: Fri, 13 Mar 2020 23:51:28 +0000 (+0000) Subject: Make sure we use a fetched cipher when encrypting stateless tickets X-Git-Tag: openssl-3.0.0-alpha1~221 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6f829f58effd958c75cb7bc3cf2781fbdae22b9b;hp=6f829f58effd958c75cb7bc3cf2781fbdae22b9b 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 (Merged from https://github.com/openssl/openssl/pull/11356) ---