Describes one ENGINE‐specific control command for ENGINE_set_cmd_defns().
Synopsis
Declared in <openssl/engine.h>
struct ENGINE_CMD_DEFN_st;
Description
Arrays of these are null‐terminated: the last element has cmd_num 0 and/or cmd_name NULL. Entries must be ordered by increasing cmd_num.
Data Members
Name |
Description |
Short human‐readable description of the command. |
|
Bitmask of ENGINE_CMD_FLAG_* describing the expected input form. |
|
NUL‐terminated command name used by ENGINE_ctrl_cmd() and config strings. |
|
Numeric identifier of the command (ENGINE_CMD_BASE and above for custom commands). |
Created with MrDocs