X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fdsaparam.pod;h=f8eff94a063e0154f11e32bd8be2d77e87164e9a;hp=ba5ec4d72cdf8e6e1f5a71e2c5ec7dbd890072f2;hb=35ed393e5e47d75f9496ed1464bca7fc82cd72d7;hpb=e5fa864f62c096536d700d977a5eb924ad293304 diff --git a/doc/apps/dsaparam.pod b/doc/apps/dsaparam.pod index ba5ec4d72c..f8eff94a06 100644 --- a/doc/apps/dsaparam.pod +++ b/doc/apps/dsaparam.pod @@ -7,6 +7,7 @@ dsaparam - DSA parameter manipulation and generation =head1 SYNOPSIS B +[B<-help>] [B<-inform DER|PEM>] [B<-outform DER|PEM>] [B<-in filename>] @@ -27,6 +28,10 @@ This command is used to manipulate or generate DSA parameter files. =over 4 +=item B<-help> + +Print out a usage message. + =item B<-inform DER|PEM> This specifies the input format. The B option uses an ASN1 DER encoded @@ -62,7 +67,7 @@ this option prints out the DSA parameters in human readable form. =item B<-C> this option converts the parameters into C code. The parameters can then -be loaded by calling the B function. +be loaded by calling the get_dsaXXX() function. =item B<-genkey> @@ -72,8 +77,8 @@ parameters. =item B<-rand file(s)> a file or files containing random data used to seed the random number -generator, or an EGD socket (see L). -Multiple files can be specified separated by a OS-dependent character. +generator, or an EGD socket (see L). +Multiple files can be specified separated by an OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. @@ -104,7 +109,7 @@ DSA parameters is often used to generate several distinct keys. =head1 SEE ALSO -L, L, L, -L +L, L, L, +L =cut