Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 125) sorted by relevance

12345

/openssl/doc/man1/
H A Dopenssl-engine.pod.in19 [B<-pre> I<command>] ...
20 [B<-post> I<command>] ...
27 This command is used to query the status and capabilities
59 =item B<-pre> I<command>
61 =item B<-post> I<command>
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.
66 The I<command> is of the form I<cmd>:I<val> where I<cmd> is the command,
67 and I<val> is the value for the command.
71 same command.
[all …]
H A DCA.pl.pod34 The B<CA.pl> script is a perl script that supplies the relevant command line
35 arguments to the L<openssl(1)> command for some common certificate operations.
41 over the behaviour of the certificate commands call the L<openssl(1)> command
49 be wrong. In this case the command:
90 If the F<demoCA> directory already exists then the B<-newca> command will not
100 it creates a file F<newcert.p12>. This command can thus be called after the
102 If there is an additional argument on the command line it will be used as the
109 Calls the L<openssl-ca(1)> command to sign a certificate request. It expects the
142 certificates are specified on the command line it tries to verify the file
148 sub-command with the same name as I<cmd>, if that sub-command is invoked.
[all …]
H A Dopenssl-dgst.pod.in42 This command output the message digest of a supplied file or files
49 A supported I<digest> name may also be used as the sub-command name.
119 command instead for this.
153 The L<openssl-mac(1)> command should be preferred to using this command line
164 The L<openssl-mac(1)> command should be preferred to using this command line
188 The L<openssl-mac(1)> command should be preferred to using this command line
243 The C<openssl list -digest-algorithms> command can be used to list them.
249 When signing a file, this command will automatically determine the algorithm
265 The L<openssl-mac(1)> command is preferred over the B<-hmac>, B<-mac> and
266 B<-macopt> command line options.
H A Dopenssl.pod5 openssl - OpenSSL command line program
10 I<command>
46 The command B<no->I<XXX> tests whether a command of the
63 command using the B<-d> or B<-a> option.
89 CMS (Cryptographic Message Syntax) command.
157 Display information about a command's options.
181 Online Certificate Status Protocol command.
197 PKCS#8 format private key conversion command.
209 Public key algorithm cryptographic operation command.
270 SPKAC printing and generating command.
[all …]
H A Dopenssl-rsautl.pod.in6 openssl-rsautl - RSA command
35 This command has been deprecated.
36 The L<openssl-pkeyutl(1)> command should be used instead.
38 This command can be used to sign, verify, encrypt and decrypt
127 Since this command uses the RSA algorithm directly, it can only be
133 non-deprecated L<openssl-pkeyutl(1)> command.
161 command in conjunction with L<openssl-asn1parse(1)>. Consider the self signed
229 This command was deprecated in OpenSSL 3.0.
H A Dopenssl-info.pod.in23 This command is used to print out information about OpenSSL.
28 command.
80 This command was added in OpenSSL 3.0.
H A Dopenssl-s_time.pod.in35 This command implements a generic SSL/TLS client which
57 F<index.html> page. If this parameter is not specified, then this command
115 Specifies how long (in seconds) this command should establish connections
138 This command can be used to measure the performance of an SSL connection.
139 To connect to an SSL HTTP server and get the default page the command
144 which both client and server can agree, see the L<openssl-ciphers(1)> command
163 If a certificate is specified on the command line using the B<-cert>
166 on the command line is no guarantee that the certificate works.
H A Dopenssl-pkeyparam.pod.in10 openssl-pkeyparam - public key algorithm parameter processing command
25 This command processes public key algorithm parameters.
72 There are no B<-inform> or B<-outform> options for this command because only
H A Dopenssl-cmds.pod.in70 Every I<cmd> listed above is a (sub-)command of the L<openssl(1)> application.
72 view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>.
144 Initially, the manual page entry for the C<openssl I<cmd>> command used
147 the L<apropos(1)> command or the shell's tab completion.
H A Dopenssl-dsa.pod.in46 This command processes DSA keys. They can be converted between various
47 forms and their components printed out. B<Note> This command uses the
99 means that this command can be used to remove the pass phrase from a key
145 The L<openssl-pkey(1)> command is capable of performing all the operations
146 this command can, as well as supporting other public key types.
150 The documentation for the L<openssl-pkey(1)> command contains examples
H A Dopenssl-ts.pod.in6 openssl-ts - Time Stamping Authority command
62 This command is a basic Time Stamping Authority (TSA) client and
92 back to the client. This command has three main functions:
200 successful. The B<-reply> command is for creating a timestamp
357 Any verification errors cause the command to exit.
366 B<-query> command uses only the symbolic OID names section
370 When there is a command line switch equivalent of a variable the
418 command line option. (Optional)
423 included in the response. The same as the B<-chain> command line
429 command line option. (Optional)
[all …]
H A Dopenssl-rsa.pod.in10 openssl-rsa - RSA key processing command
50 This command processes RSA keys. They can be converted between
100 means that this command can be used to remove the pass phrase from a key
157 The L<openssl-pkey(1)> command is capable of performing all the operations
158 this command can, as well as supporting other public key types.
162 The documentation for the L<openssl-pkey(1)> command contains examples
H A Dopenssl-genrsa.pod.in39 This command has been deprecated.
40 The L<openssl-genpkey(1)> command should be used instead.
42 This command generates an RSA private key.
129 This command was deprecated in OpenSSL 3.0.
H A Dopenssl-speed.pod.in33 This command is used to test the performance of cryptographic algorithms.
64 command.
134 that the C<openssl speed> command knows about. To test any additional digest
138 supported by third party providers with the C<openssl speed> command.
H A Dopenssl-rehash.pod.in36 This command is generally equivalent to the external
45 This command is useful as many programs that use OpenSSL require
48 If any directories are named on the command line, then those are
120 By default, this command only lists each directory as it is processed.
138 Ignored if directories are listed on the command line.
H A Dopenssl-ec.pod.in38 The L<openssl-ec(1)> command processes EC keys. They can be converted between
42 PKCS#8 private key format use the L<openssl-pkcs8(1)> command.
90 means that using this command to read in an encrypted key with no
152 The L<openssl-pkey(1)> command is capable of performing all the operations
153 this command can, as well as supporting other public key types.
157 The documentation for the L<openssl-pkey(1)> command contains examples
H A Dopenssl-ca.pod.in72 This command emulates a CA application.
191 systems the command line arguments are visible (e.g., when using
457 and the command line the command line value is used. Where an
459 the configuration file or the command line equivalent (if
480 The same as the B<-outdir> command line option. It specifies
512 B<default_days> (or the command line equivalents) must be
539 the B<-selfsign> command line option.
628 The input to the B<-spkac> command line option is a Netscape
757 This command is quirky and at times downright unfriendly.
789 This command is effectively a single user command: no locking
[all …]
/openssl/doc/man3/
H A DSSL_CONF_cmd_argv.pod5 SSL_CONF_cmd_argv - SSL configuration command line processing
15 The function SSL_CONF_cmd_argv() processes at most two command line
17 are updated to reflect the number of command options processed. The B<pargc>
22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
25 If -2 is returned then an argument for a command is missing.
27 If -1 is returned the command is recognised but couldn't be processed due
H A DSSL_CONF_CTX_set1_prefix.pod5 SSL_CONF_CTX_set1_prefix - Set configuration context command prefix
15 The function SSL_CONF_CTX_set1_prefix() sets the command prefix of B<cctx>
21 calls. For example for files, if the prefix "SSL" is set then command names
23 and "Options". Similarly for command lines if the prefix is "--ssl-" then
/openssl/test/
H A Dca_internals_test.c80 char *command = test_get_argument(0); in setup_tests() local
87 if (strcmp(command, "do_updatedb") == 0) in setup_tests()
90 TEST_error("%s: command '%s' is not supported for testing\n", binname, command); in setup_tests()
/openssl/test/recipes/
H A D80-test_ca_internals.t82 command => 'unsupported'
106 $opts->{command}
112 is($exit, 0, "command '".$opts->{command}."' completed without an error");
/openssl/
H A DREADME-FIPS.md22 For example, on Unix the final command
42 In the second step, the `openssl fipsinstall` command is executed, which completes
53 On Unix the `openssl fipsinstall` command will be invoked as follows by default:
59 to non-standard location, you can execute the `openssl fipsinstall` command manually.
H A DREADME-ENGINES.md107 openssl utility commands to use anything else through a new command line
128 instructions are available by specifying the "-?" command line switch.
167 use the command-line;
171 The "SO_PATH" control command should be used to identify the
182 command is the only one that takes no parameters and is the command
184 the shared-library ENGINE implementation. If this command succeeds, the
221 pair and the value can sometimes be omitted (eg. the "LOAD" command).
223 separate the command name from the value, applications may provide
230 a control command you can issue afterwards to "forget" the smart-card
234 value. In such a case, the command would be passed to the ENGINE after
[all …]
/openssl/doc/HOWTO/
H A Dkeys.txt28 '-des3' from the command line above.
57 '-des3' from the command line above.
72 parameters. You can use the following command to list all supported curves:
83 '-des3' from the command line above.
103 the following command to generate an X25519 key:
/openssl/Configurations/
H A DREADME.md47 as => The assembler command. This is not always
50 asflags => Default assembler command flags [4].
51 cpp => The C preprocessor command, normally not
69 cxx => The C++ compiler command, usually one of
79 ld => Linker command, usually not defined
80 (meaning the compiler command is used
110 command. On Unix, this includes the
111 command letter, 'r' by default.
113 ranlib => The library archive indexing command, the
421 The value of each GENERATE line is a command line or part of it.
[all …]

Completed in 41 milliseconds

12345