OSSL_STORE_ctrl

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

NameDescription
ctxOpen store context.
cmdControl command (for example OSSL_STORE_C_USE_SECMEM).