Build a search criterion matching an alias string.

Synopsis

Declared in <openssl/store.h>

OSSL_STORE_SEARCH*
OSSL_STORE_SEARCH_by_alias(char const* alias);

Return Value

New OSSL_STORE_SEARCH, or NULL on error; free with OSSL_STORE_SEARCH_free().

Parameters

Name

Description

alias

Alias text owned by the caller; must remain valid for the search lifetime.

Created with MrDocs