提交 bfa35550 编写于 作者: R Richard Levitte

Document -engine where missing.

PR: 424
上级 5d780bab
...@@ -43,6 +43,7 @@ B<openssl> B<ca> ...@@ -43,6 +43,7 @@ B<openssl> B<ca>
[B<-msie_hack>] [B<-msie_hack>]
[B<-extensions section>] [B<-extensions section>]
[B<-extfile section>] [B<-extfile section>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -195,6 +196,13 @@ an additional configuration file to read certificate extensions from ...@@ -195,6 +196,13 @@ an additional configuration file to read certificate extensions from
(using the default section unless the B<-extensions> option is also (using the default section unless the B<-extensions> option is also
used). used).
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 CRL OPTIONS =head1 CRL OPTIONS
......
...@@ -18,6 +18,7 @@ B<openssl dhparam> ...@@ -18,6 +18,7 @@ B<openssl dhparam>
[B<-2>] [B<-2>]
[B<-5>] [B<-5>]
[B<-rand> I<file(s)>] [B<-rand> I<file(s)>]
[B<-engine id>]
[I<numbits>] [I<numbits>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -96,6 +97,13 @@ this option prints out the DH parameters in human readable form. ...@@ -96,6 +97,13 @@ this option prints out the DH parameters in human readable form.
this option converts the parameters into C code. The parameters can then this option converts the parameters into C code. The parameters can then
be loaded by calling the B<get_dh>I<numbits>B<()> function. be loaded by calling the B<get_dh>I<numbits>B<()> function.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 WARNINGS =head1 WARNINGS
......
...@@ -21,6 +21,7 @@ B<openssl> B<dsa> ...@@ -21,6 +21,7 @@ B<openssl> B<dsa>
[B<-modulus>] [B<-modulus>]
[B<-pubin>] [B<-pubin>]
[B<-pubout>] [B<-pubout>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -106,6 +107,13 @@ by default a private key is output. With this option a public ...@@ -106,6 +107,13 @@ by default a private key is output. With this option a public
key will be output instead. This option is automatically set if the input is key will be output instead. This option is automatically set if the input is
a public key. a public key.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 NOTES =head1 NOTES
......
...@@ -16,6 +16,7 @@ B<openssl dsaparam> ...@@ -16,6 +16,7 @@ B<openssl dsaparam>
[B<-C>] [B<-C>]
[B<-rand file(s)>] [B<-rand file(s)>]
[B<-genkey>] [B<-genkey>]
[B<-engine id>]
[B<numbits>] [B<numbits>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -82,6 +83,13 @@ this option specifies that a parameter set should be generated of size ...@@ -82,6 +83,13 @@ this option specifies that a parameter set should be generated of size
B<numbits>. It must be the last option. If this option is included then B<numbits>. It must be the last option. If this option is included then
the input file (if any) is ignored. the input file (if any) is ignored.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 NOTES =head1 NOTES
......
...@@ -12,6 +12,7 @@ B<openssl> B<gendsa> ...@@ -12,6 +12,7 @@ B<openssl> B<gendsa>
[B<-des3>] [B<-des3>]
[B<-idea>] [B<-idea>]
[B<-rand file(s)>] [B<-rand file(s)>]
[B<-engine id>]
[B<paramfile>] [B<paramfile>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -37,6 +38,13 @@ Multiple files can be specified separated by a OS-dependent character. ...@@ -37,6 +38,13 @@ Multiple files can be specified separated by a OS-dependent character.
The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
all others. all others.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=item B<paramfile> =item B<paramfile>
This option specifies the DSA parameter file to use. The parameters in this This option specifies the DSA parameter file to use. The parameters in this
......
...@@ -15,6 +15,7 @@ B<openssl> B<genrsa> ...@@ -15,6 +15,7 @@ B<openssl> B<genrsa>
[B<-f4>] [B<-f4>]
[B<-3>] [B<-3>]
[B<-rand file(s)>] [B<-rand file(s)>]
[B<-engine id>]
[B<numbits>] [B<numbits>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -54,6 +55,13 @@ Multiple files can be specified separated by a OS-dependent character. ...@@ -54,6 +55,13 @@ Multiple files can be specified separated by a OS-dependent character.
The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
all others. all others.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=item B<numbits> =item B<numbits>
the size of the private key to generate in bits. This must be the last option the size of the private key to generate in bits. This must be the last option
......
...@@ -14,6 +14,7 @@ B<openssl> B<pkcs7> ...@@ -14,6 +14,7 @@ B<openssl> B<pkcs7>
[B<-print_certs>] [B<-print_certs>]
[B<-text>] [B<-text>]
[B<-noout>] [B<-noout>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -59,6 +60,13 @@ issuer names. ...@@ -59,6 +60,13 @@ issuer names.
don't output the encoded version of the PKCS#7 structure (or certificates don't output the encoded version of the PKCS#7 structure (or certificates
is B<-print_certs> is set). is B<-print_certs> is set).
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 EXAMPLES =head1 EXAMPLES
......
...@@ -21,6 +21,7 @@ B<openssl> B<pkcs8> ...@@ -21,6 +21,7 @@ B<openssl> B<pkcs8>
[B<-nsdb>] [B<-nsdb>]
[B<-v2 alg>] [B<-v2 alg>]
[B<-v1 alg>] [B<-v1 alg>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -122,6 +123,13 @@ B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used. ...@@ -122,6 +123,13 @@ B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used.
This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete
list of possible algorithms is included below. list of possible algorithms is included below.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 NOTES =head1 NOTES
......
...@@ -41,6 +41,7 @@ B<openssl> B<req> ...@@ -41,6 +41,7 @@ B<openssl> B<req>
[B<-nameopt>] [B<-nameopt>]
[B<-batch>] [B<-batch>]
[B<-verbose>] [B<-verbose>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -244,6 +245,13 @@ non-interactive mode. ...@@ -244,6 +245,13 @@ non-interactive mode.
print extra details about the operations being performed. print extra details about the operations being performed.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 CONFIGURATION FILE FORMAT =head1 CONFIGURATION FILE FORMAT
......
...@@ -24,6 +24,7 @@ B<openssl> B<rsa> ...@@ -24,6 +24,7 @@ B<openssl> B<rsa>
[B<-check>] [B<-check>]
[B<-pubin>] [B<-pubin>]
[B<-pubout>] [B<-pubout>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -117,6 +118,13 @@ by default a private key is output: with this option a public ...@@ -117,6 +118,13 @@ by default a private key is output: with this option a public
key will be output instead. This option is automatically set if key will be output instead. This option is automatically set if
the input is a public key. the input is a public key.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
=head1 NOTES =head1 NOTES
......
...@@ -17,7 +17,7 @@ B<openssl> B<spkac> ...@@ -17,7 +17,7 @@ B<openssl> B<spkac>
[B<-spksect section>] [B<-spksect section>]
[B<-noout>] [B<-noout>]
[B<-verify>] [B<-verify>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -79,6 +79,12 @@ being created). ...@@ -79,6 +79,12 @@ being created).
verifies the digital signature on the supplied SPKAC. verifies the digital signature on the supplied SPKAC.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
......
...@@ -50,6 +50,7 @@ B<openssl> B<x509> ...@@ -50,6 +50,7 @@ B<openssl> B<x509>
[B<-clrext>] [B<-clrext>]
[B<-extfile filename>] [B<-extfile filename>]
[B<-extensions section>] [B<-extensions section>]
[B<-engine id>]
=head1 DESCRIPTION =head1 DESCRIPTION
...@@ -98,6 +99,12 @@ digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not ...@@ -98,6 +99,12 @@ digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not
specified then MD5 is used. If the key being used to sign with is a DSA key then specified then MD5 is used. If the key being used to sign with is a DSA key then
this option has no effect: SHA1 is always used with DSA keys. this option has no effect: SHA1 is always used with DSA keys.
=item B<-engine id>
specifying an engine (by it's unique B<id> string) will cause B<req>
to attempt to obtain a functional reference to the specified engine,
thus initialising it if needed. The engine will then be set as the default
for all available algorithms.
=back =back
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册