OSSL_STORE_INFO_get1_NAME_description

Return a copy of the optional description for an OSSL_STORE_INFO_NAME.

Synopsis

Declared in <openssl/store.h>

char*
OSSL_STORE_INFO_get1_NAME_description(OSSL_STORE_INFO const* info);

Return Value

Newly allocated description, or NULL on error; free with OPENSSL_free().

Parameters

NameDescription
infoStore object of type OSSL_STORE_INFO_NAME.