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

Name

Description

ctx

Open store context.

search_type

OSSL_STORE_SEARCH_BY_* criterion type.

Created with MrDocs