Fetch a provider-based OSSL_STORE loader for a URI scheme.
Declared in <openssl/store.h>
OSSL_STORE_LOADER*
OSSL_STORE_LOADER_fetch(
OSSL_LIB_CTX* libctx,
char const* scheme,
char const* properties);
Fetched loader, or NULL on error; release with OSSL_STORE_LOADER_free().
| Name | Description |
|---|---|
| libctx | Library context, or NULL for the default. |
| scheme | URI scheme name (for example "file"). |
| properties | Optional property query string, or NULL. |