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