summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.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/req.pod
parent5d780babe3e0e60e92e41bc38c96963abfe3655f (diff)
Document -engine where missing.
PR: 424
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index d9f2476557..e2b5d0d8ec 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -41,6 +41,7 @@ B<openssl> B<req>
[B<-nameopt>]
[B<-batch>]
[B<-verbose>]
+[B<-engine id>]
=head1 DESCRIPTION
@@ -244,6 +245,13 @@ non-interactive mode.
print extra details about the operations being performed.
+=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 CONFIGURATION FILE FORMAT