summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/apps/pkcs7.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/apps/pkcs7.pod')
-rw-r--r--crypto/openssl/doc/apps/pkcs7.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/pkcs7.pod b/crypto/openssl/doc/apps/pkcs7.pod
index 9871c0e..a0a6363 100644
--- a/crypto/openssl/doc/apps/pkcs7.pod
+++ b/crypto/openssl/doc/apps/pkcs7.pod
@@ -14,6 +14,7 @@ B<openssl> B<pkcs7>
[B<-print_certs>]
[B<-text>]
[B<-noout>]
+[B<-engine id>]
=head1 DESCRIPTION
@@ -59,6 +60,13 @@ issuer names.
don't output the encoded version of the PKCS#7 structure (or certificates
is B<-print_certs> is set).
+=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 EXAMPLES
OpenPOWER on IntegriCloud