diff options
Diffstat (limited to 'crypto/openssl/doc/apps/gendsa.pod')
-rw-r--r-- | crypto/openssl/doc/apps/gendsa.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/gendsa.pod b/crypto/openssl/doc/apps/gendsa.pod index 74318fe..2c56cc7 100644 --- a/crypto/openssl/doc/apps/gendsa.pod +++ b/crypto/openssl/doc/apps/gendsa.pod @@ -12,6 +12,7 @@ B<openssl> B<gendsa> [B<-des3>] [B<-idea>] [B<-rand file(s)>] +[B<-engine id>] [B<paramfile>] =head1 DESCRIPTION @@ -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 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> This option specifies the DSA parameter file to use. The parameters in this |