Build a search criterion matching an alias string.
Declared in <openssl/store.h>
OSSL_STORE_SEARCH*
OSSL_STORE_SEARCH_by_alias(char const* alias);
New OSSL_STORE_SEARCH, or NULL on error; free with OSSL_STORE_SEARCH_free().
| Name | Description |
|---|---|
| alias | Alias text owned by the caller; must remain valid for the search lifetime. |