Test whether the loader for an open store supports a search type.
Declared in <openssl/store.h>
int
OSSL_STORE_supports_search(
OSSL_STORE_CTX* ctx,
int search_type);
1 if supported, or 0 otherwise.
| Name | Description |
|---|---|
| ctx | Open store context. |
| search_type | OSSL_STORE_SEARCH_BY_* criterion type. |