OSSL_STORE_INFO_set0_NAME_description

Attach an optional description string to an OSSL_STORE_INFO_NAME.

Synopsis

Declared in <openssl/store.h>

int
OSSL_STORE_INFO_set0_NAME_description(
    OSSL_STORE_INFO* info,
    char* desc);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
infoStore object of type OSSL_STORE_INFO_NAME.
descDescription string; ownership transfers on success.