EVP: Add evp_keymgmt_fetch_from_prov()
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Sep 2021 15:40:16 +0000 (17:40 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Oct 2021 10:41:10 +0000 (12:41 +0200)
commit33561e0d5b89a06d1c03b952196d008b5014914a
treeaa1a5aa4569e2b590c2de2e59641f8a467f3a198
parent2fd3392c8f4e2f3481fa4d7e6a683dc19c6c1cd2
EVP: Add evp_keymgmt_fetch_from_prov()

This is an internal function to fetch a keymgmt method from a specific
provider.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16725)
crypto/evp/evp_local.h
crypto/evp/keymgmt_meth.c