OSSL_STORE_find

Attach a search criterion to an open store before loading.

Synopsis

Declared in <openssl/store.h>

int
OSSL_STORE_find(
    OSSL_STORE_CTX* ctx,
    OSSL_STORE_SEARCH const* search);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
ctxOpen store context; must be called before the first OSSL_STORE_load().
searchSearch criterion from OSSL_STORE_SEARCH_by_*().