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

Name

Description

info

Store object of type OSSL_STORE_INFO_NAME.

Created with MrDocs