OSSL_STORE_LOADER_new

Allocate a deprecated ENGINE-based store loader for scheme; prefer OSSL_STORE_LOADER_fetch().

Synopsis

Declared in <openssl/store.h>

[[deprecated]]
OSSL_STORE_LOADER*
OSSL_STORE_LOADER_new(
    ENGINE* e,
    char const* scheme);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

New OSSL_STORE_LOADER, or NULL on error.

Parameters

NameDescription
eENGINE implementing the loader, or NULL.
schemeURI scheme this loader handles.