• Home
  • Raw
  • Download

Lines Matching +full:no +full:- +full:engine

2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-engine - load and query engines
10 B<openssl engine>
11 [B<-help>]
12 [B<-v>]
13 [B<-vv>]
14 [B<-vvv>]
15 [B<-vvvv>]
16 [B<-c>]
17 [B<-t>]
18 [B<-tt>]
19 [B<-pre> I<command>] ...
20 [B<-post> I<command>] ...
21 [I<engine> ...]
28 of the specified I<engine>s.
29 Engines may be specified before and after all other command-line flags.
36 =item B<-help>
40 =item B<-v> B<-vv> B<-vvv> B<-vvvv>
42 Provides information about each specified engine. The first flag lists
43 all the possible run-time control commands; the second adds a
47 =item B<-c>
49 Lists the capabilities of each engine.
51 =item B<-t>
53 Tests if each specified engine is available, and displays the answer.
55 =item B<-tt>
57 Displays an error trace for any unavailable engine.
59 =item B<-pre> I<command>
61 =item B<-post> I<command>
63 Command-line configuration of engines.
64 The B<-pre> command is given to the engine before it is loaded and
65 the B<-post> command is given after the engine is loaded.
77 To list all the commands available to a dynamic engine:
79 $ openssl engine -t -tt -vvvv dynamic
80 (dynamic) Dynamic engine loading support
82 SO_PATH: Specifies the path to the new ENGINE shared library
86 ID: Specifies an ENGINE id name for loading
88 LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)
90 DIR_LOAD: Specifies whether to load from 'DIR_ADD' directories (0=no,1=yes,2=mandatory)
94 LOAD: Load up the ENGINE specified by other settings
97 To list the capabilities of the B<rsax> engine:
99 $ openssl engine -c
100 (rsax) RSAX engine support
102 (dynamic) Dynamic engine loading support
125 Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.