Deprecated loader callback implementing OSSL_STORE_load().

Synopsis

Declared in <openssl/store.h>

typedef OSSL_STORE_INFO*(* OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX*, UI_METHOD const*, void*);

Return Value

New OSSL_STORE_INFO, or NULL on error / end of data.

Parameters

Name

Description

ctx

Loader‐specific open context.

ui_method

UI method for interactive input, or NULL.

ui_data

Application data for ui_method.

Created with MrDocs