Return a human‐readable description of a keymgmt implementation.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_KEYMGMT_get0_description(EVP_KEYMGMT const* keymgmt);

Return Value

Description string, or NULL if none is available.

Parameters

Name

Description

keymgmt

Key management method to query.

Created with MrDocs