]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they use a...
authorShane Lontis <shane.lontis@oracle.com>
Sat, 25 Jul 2020 09:28:14 +0000 (19:28 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Sun, 9 Aug 2020 07:34:52 +0000 (17:34 +1000)
commit57e8420609b54cc9723dec2c8e770feb157ebbdc
treeec07a743e2b7cef9ce53567770df7a4a12fa3021
parent90a1f2d76f53effefafbae31e2f425a3508bda45
Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they use a libctx to retrieve the digest

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11884)
crypto/rsa/rsa_lib.c