summaryrefslogtreecommitdiffstats
path: root/doc/apps/rsa.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/rsa.pod
parent5d780babe3e0e60e92e41bc38c96963abfe3655f (diff)
Document -engine where missing.
PR: 424
Diffstat (limited to 'doc/apps/rsa.pod')
-rw-r--r--doc/apps/rsa.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apps/rsa.pod b/doc/apps/rsa.pod
index ef74f1adff..4d7640995e 100644
--- a/doc/apps/rsa.pod
+++ b/doc/apps/rsa.pod
@@ -24,6 +24,7 @@ B<openssl> B<rsa>
[B<-check>]
[B<-pubin>]
[B<-pubout>]
+[B<-engine id>]
=head1 DESCRIPTION
@@ -117,6 +118,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