OSSL_STORE_attach_fn

Deprecated loader callback that attaches to a BIO.

Synopsis

Declared in <openssl/store.h>

typedef OSSL_STORE_LOADER_CTX*(* OSSL_STORE_attach_fn)(OSSL_STORE_LOADER const*, BIO*, OSSL_LIB_CTX*, char const*, UI_METHOD const*, void*);

Return Value

New OSSL_STORE_LOADER_CTX, or NULL on error.

Parameters

NameDescription
loaderLoader being invoked.
bioBIO supplying store data.
libctxLibrary context, or NULL for the default.
propqOptional property query, or NULL.
ui_methodUI method for interactive input, or NULL.
ui_dataApplication data for ui_method.