Tell the truth about list separators.
This commit is contained in:
parent
7d388202bd
commit
9597902a91
4 changed files with 20 additions and 12 deletions
|
@ -14,7 +14,7 @@ B<openssl dsaparam>
|
|||
[B<-noout>]
|
||||
[B<-text>]
|
||||
[B<-C>]
|
||||
[B<-rand file:file>]
|
||||
[B<-rand file(s)>]
|
||||
[B<-genkey>]
|
||||
[B<numbits>]
|
||||
|
||||
|
@ -68,10 +68,12 @@ be loaded by calling the B<get_dsaXXX()> function.
|
|||
this option will generate a DSA either using the specified or generated
|
||||
parameters.
|
||||
|
||||
=item B<-rand file:file>
|
||||
=item B<-rand file(s)>
|
||||
|
||||
a file or files containing random data used to seed the random number
|
||||
generator. Multiple files can be specified separated by B<:>.
|
||||
generator. Multiple files can be specified separated by a OS-dependent
|
||||
character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
|
||||
B<,>. For all others, it's B<:>.
|
||||
|
||||
=item B<numbits>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ B<openssl gendh>
|
|||
[B<-out filename>]
|
||||
[B<-2>]
|
||||
[B<-5>]
|
||||
[B<-rand file:file>]
|
||||
[B<-rand file(s)>]
|
||||
[numbits]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
@ -31,10 +31,12 @@ a PKCS#5 DHParameter structure.
|
|||
|
||||
The generator to use, either 2 or 5. 2 is the default.
|
||||
|
||||
=item B<-rand file:file>
|
||||
=item B<-rand file(s)>
|
||||
|
||||
a file or files containing random data used to seed the random number
|
||||
generator. Multiple files can be specified separated by B<:>.
|
||||
generator. Multiple files can be specified separated by a OS-dependent
|
||||
character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
|
||||
B<,>. For all others, it's B<:>.
|
||||
|
||||
=item B<numbits>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ B<openssl> B<gendsa>
|
|||
[B<-des>]
|
||||
[B<-des3>]
|
||||
[B<-idea>]
|
||||
[B<-rand file:file>]
|
||||
[B<-rand file(s)>]
|
||||
[B<paramfile>]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
@ -29,10 +29,12 @@ These options encrypt the private key with the DES, triple DES, or the
|
|||
IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
|
||||
If none of these options is specified no encryption is used.
|
||||
|
||||
=item B<-rand file:file>
|
||||
=item B<-rand file(s)>
|
||||
|
||||
a file or files containing random data used to seed the random number
|
||||
generator. Multiple files can be specified separated by B<:>.
|
||||
generator. Multiple files can be specified separated by a OS-dependent
|
||||
character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
|
||||
B<,>. For all others, it's B<:>.
|
||||
|
||||
=item B<paramfile>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ B<openssl> B<genrsa>
|
|||
[B<-idea>]
|
||||
[B<-f4>]
|
||||
[B<-3>]
|
||||
[B<-rand file:file>]
|
||||
[B<-rand file(s)>]
|
||||
[B<numbits>]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
@ -35,10 +35,12 @@ If none of these options is specified no encryption is used.
|
|||
|
||||
the public exponent to use, either 65537 or 3. The default is 65537.
|
||||
|
||||
=item B<-rand file:file>
|
||||
=item B<-rand file(s)>
|
||||
|
||||
a file or files containing random data used to seed the random number
|
||||
generator. Multiple files can be specified separated by B<:>.
|
||||
generator. Multiple files can be specified separated by a OS-dependent
|
||||
character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
|
||||
B<,>. For all others, it's B<:>.
|
||||
|
||||
=item B<numbits>
|
||||
|
||||
|
|
Loading…
Reference in a new issue