Send a loader-specific or common control command to an open store (deprecated).
Declared in <openssl/store.h>
[[deprecated]]
int
OSSL_STORE_ctrl(
OSSL_STORE_CTX* ctx,
int cmd, ...);
Deprecated. Use of this entity is allowed but discouraged.
Additional command-specific arguments follow cmd (variadic).
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Open store context. |
| cmd | Control command (for example OSSL_STORE_C_USE_SECMEM). |