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

Name

Description

libctx

Library context, or NULL for the default.

scheme

URI scheme name (for example "file").

properties

Optional property query string, or NULL.

Created with MrDocs