Fetch a key-management implementation from providers.
Declared in <openssl/evp.h>
EVP_KEYMGMT*
EVP_KEYMGMT_fetch(
OSSL_LIB_CTX* ctx,
char const* algorithm,
char const* properties);
Fetched EVP_KEYMGMT, or NULL on error; free with EVP_KEYMGMT_free.
| Name | Description |
|---|---|
| ctx | Library context to search, or NULL for the default. |
| algorithm | Algorithm name such as "RSA" or "EC". |
| properties | Property query string, or NULL. |