Deleted Added
full compact
engine.3 (216167) engine.3 (226436)
1.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2.\"
3.\" Standard preamble:
4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v
7.if n .sp
8..

--- 639 unchanged lines hidden (view full) ---

648structural reference. Note that some control commands are defined by OpenSSL
649itself and it will intercept and handle these control commands on behalf of the
650\&\s-1ENGINE\s0, ie. the \s-1ENGINE\s0's \fIctrl()\fR handler is not used for the control command.
651openssl/engine.h defines an index, \s-1ENGINE_CMD_BASE\s0, that all control commands
652implemented by ENGINEs should be numbered from. Any command value lower than
653this symbol is considered a \*(L"generic\*(R" command is handled directly by the
654OpenSSL core routines.
655.PP
1.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2.\"
3.\" Standard preamble:
4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v
7.if n .sp
8..

--- 639 unchanged lines hidden (view full) ---

648structural reference. Note that some control commands are defined by OpenSSL
649itself and it will intercept and handle these control commands on behalf of the
650\&\s-1ENGINE\s0, ie. the \s-1ENGINE\s0's \fIctrl()\fR handler is not used for the control command.
651openssl/engine.h defines an index, \s-1ENGINE_CMD_BASE\s0, that all control commands
652implemented by ENGINEs should be numbered from. Any command value lower than
653this symbol is considered a \*(L"generic\*(R" command is handled directly by the
654OpenSSL core routines.
655.PP
656It is using these \*(L"core\*(R" control commands that one can discover the the control
656It is using these \*(L"core\*(R" control commands that one can discover the control
657commands implemented by a given \s-1ENGINE\s0, specifically the commands;
658.PP
659.Vb 9
660\& #define ENGINE_HAS_CTRL_FUNCTION 10
661\& #define ENGINE_CTRL_GET_FIRST_CMD_TYPE 11
662\& #define ENGINE_CTRL_GET_NEXT_CMD_TYPE 12
663\& #define ENGINE_CTRL_GET_CMD_FROM_NAME 13
664\& #define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD 14

--- 73 unchanged lines hidden ---
657commands implemented by a given \s-1ENGINE\s0, specifically the commands;
658.PP
659.Vb 9
660\& #define ENGINE_HAS_CTRL_FUNCTION 10
661\& #define ENGINE_CTRL_GET_FIRST_CMD_TYPE 11
662\& #define ENGINE_CTRL_GET_NEXT_CMD_TYPE 12
663\& #define ENGINE_CTRL_GET_CMD_FROM_NAME 13
664\& #define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD 14

--- 73 unchanged lines hidden ---