Return a copy of the name string from an OSSL_STORE_INFO_NAME object.
Declared in <openssl/store.h>
char*
OSSL_STORE_INFO_get1_NAME(OSSL_STORE_INFO const* info);
Newly allocated name, or NULL on error; free with OPENSSL_free().
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_NAME. |