Lines Matching full:engine
133 .IX Title "OPENSSL-ENGINE 1ossl"
134 .TH OPENSSL-ENGINE 1ossl "2023-09-22" "3.0.11" "OpenSSL"
140 openssl\-engine \- load and query engines
143 \&\fBopenssl engine\fR
154 [\fIengine\fR ...]
160 of the specified \fIengine\fRs.
170 Provides information about each specified engine. The first flag lists
176 Lists the capabilities of each engine.
179 Tests if each specified engine is available, and displays the answer.
182 Displays an error trace for any unavailable engine.
190 The \fB\-pre\fR command is given to the engine before it is loaded and
191 the \fB\-post\fR command is given after the engine is loaded.
200 To list all the commands available to a dynamic engine:
203 \& $ openssl engine \-t \-tt \-vvvv dynamic
204 \& (dynamic) Dynamic engine loading support
206 \& SO_PATH: Specifies the path to the new ENGINE shared library
210 \& ID: Specifies an ENGINE id name for loading
212 \& LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)
218 \& LOAD: Load up the ENGINE specified by other settings
222 To list the capabilities of the \fBrsax\fR engine:
225 \& $ openssl engine \-c
226 \& (rsax) RSAX engine support
228 \& (dynamic) Dynamic engine loading support