OSSL_STORE_LOADER_fetch

Fetch a provider-based OSSL_STORE loader for a URI scheme.

Synopsis

Declared in <openssl/store.h>

OSSL_STORE_LOADER*
OSSL_STORE_LOADER_fetch(
    OSSL_LIB_CTX* libctx,
    char const* scheme,
    char const* properties);

Return Value

Fetched loader, or NULL on error; release with OSSL_STORE_LOADER_free().

Parameters

NameDescription
libctxLibrary context, or NULL for the default.
schemeURI scheme name (for example "file").
propertiesOptional property query string, or NULL.