Deprecated loader callback that opens a URI with library context and property query.
Declared in <openssl/store.h>
typedef OSSL_STORE_LOADER_CTX*(* OSSL_STORE_open_ex_fn)(OSSL_STORE_LOADER const*, char const*, OSSL_LIB_CTX*, char const*, UI_METHOD const*, void*);
New OSSL_STORE_LOADER_CTX, or NULL on error.
| Name | Description |
|---|---|
| loader | Loader being invoked. |
| uri | URI without the scheme prefix handled by the registration. |
| libctx | Library context, or NULL for the default. |
| propq | Optional property query, or NULL. |
| ui_method | UI method for interactive input, or NULL. |
| ui_data | Application data for ui_method. |