OSSL_STORE_SEARCH_get0_string

Return the alias string from a search criterion (borrowed).

Synopsis

Declared in <openssl/store.h>

char const*
OSSL_STORE_SEARCH_get0_string(OSSL_STORE_SEARCH const* criterion);

Return Value

Internal NUL-terminated string, or NULL if not applicable; do not free.

Parameters

NameDescription
criterionSearch criterion of type OSSL_STORE_SEARCH_BY_ALIAS.