OSSL_STORE_INFO_get1_NAME

Return a copy of the name string from an OSSL_STORE_INFO_NAME object.

Synopsis

Declared in <openssl/store.h>

char*
OSSL_STORE_INFO_get1_NAME(OSSL_STORE_INFO const* info);

Return Value

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

Parameters

NameDescription
infoStore object of type OSSL_STORE_INFO_NAME.