diff options
Diffstat (limited to 'crypto/openssl/doc/apps/dsaparam.pod')
-rw-r--r-- | crypto/openssl/doc/apps/dsaparam.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/dsaparam.pod b/crypto/openssl/doc/apps/dsaparam.pod index 50c2f61242fc..b9b1b93b42ec 100644 --- a/crypto/openssl/doc/apps/dsaparam.pod +++ b/crypto/openssl/doc/apps/dsaparam.pod @@ -16,6 +16,7 @@ B<openssl dsaparam> [B<-C>] [B<-rand file(s)>] [B<-genkey>] +[B<-engine id>] [B<numbits>] =head1 DESCRIPTION @@ -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 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 =head1 NOTES |