OSSL_STORE_supports_search

Test whether the loader for an open store supports a search type.

Synopsis

Declared in <openssl/store.h>

int
OSSL_STORE_supports_search(
    OSSL_STORE_CTX* ctx,
    int search_type);

Return Value

1 if supported, or 0 otherwise.

Parameters

NameDescription
ctxOpen store context.
search_typeOSSL_STORE_SEARCH_BY_* criterion type.