Return the alias string from a search criterion (borrowed).
Declared in <openssl/store.h>
char const*
OSSL_STORE_SEARCH_get0_string(OSSL_STORE_SEARCH const* criterion);
Internal NUL-terminated string, or NULL if not applicable; do not free.
| Name | Description |
|---|---|
| criterion | Search criterion of type OSSL_STORE_SEARCH_BY_ALIAS. |