summaryrefslogtreecommitdiffstats
path: root/doc/apps/dhparam.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-30 22:02:27 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-30 22:02:27 +0000
commitbfa35550813c3afa5bd121a13f5bbe280c4c919e (patch)
treef11b1a7c0b9bdf0e56f98b16f52a3fc840d5d5a6 /doc/apps/dhparam.pod
parent5d780babe3e0e60e92e41bc38c96963abfe3655f (diff)
Document -engine where missing.
PR: 424
Diffstat (limited to 'doc/apps/dhparam.pod')
-rw-r--r--doc/apps/dhparam.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apps/dhparam.pod b/doc/apps/dhparam.pod
index ff8a6e5e5b..c31db95a47 100644
--- a/doc/apps/dhparam.pod
+++ b/doc/apps/dhparam.pod
@@ -18,6 +18,7 @@ B<openssl dhparam>
[B<-2>]
[B<-5>]
[B<-rand> I<file(s)>]
+[B<-engine id>]
[I<numbits>]
=head1 DESCRIPTION
@@ -96,6 +97,13 @@ this option prints out the DH parameters in human readable form.
this option converts the parameters into C code. The parameters can then
be loaded by calling the B<get_dh>I<numbits>B<()> function.
+=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 WARNINGS