summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/apps/dsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/apps/dsa.pod')
-rw-r--r--crypto/openssl/doc/apps/dsa.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/dsa.pod b/crypto/openssl/doc/apps/dsa.pod
index 28e534b..ed06b88 100644
--- a/crypto/openssl/doc/apps/dsa.pod
+++ b/crypto/openssl/doc/apps/dsa.pod
@@ -21,6 +21,7 @@ B<openssl> B<dsa>
[B<-modulus>]
[B<-pubin>]
[B<-pubout>]
+[B<-engine id>]
=head1 DESCRIPTION
@@ -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
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
=head1 NOTES
OpenPOWER on IntegriCloud