OSSL_STORE_open_fn

Deprecated loader callback that opens a URI and returns a loader context.

Synopsis

Declared in <openssl/store.h>

typedef OSSL_STORE_LOADER_CTX*(* OSSL_STORE_open_fn)(OSSL_STORE_LOADER const*, char const*, UI_METHOD const*, void*);

Return Value

New OSSL_STORE_LOADER_CTX, or NULL on error.

Parameters

NameDescription
loaderLoader being invoked.
uriURI without the scheme prefix handled by the registration.
ui_methodUI method for interactive input, or NULL.
ui_dataApplication data for ui_method.