summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-pkcs7.pod.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man1/openssl-pkcs7.pod.in')
-rw-r--r--doc/man1/openssl-pkcs7.pod.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/man1/openssl-pkcs7.pod.in b/doc/man1/openssl-pkcs7.pod.in
index f62b69b52b..77ef9f9558 100644
--- a/doc/man1/openssl-pkcs7.pod.in
+++ b/doc/man1/openssl-pkcs7.pod.in
@@ -17,6 +17,7 @@ B<openssl> B<pkcs7>
[B<-outform> B<DER>|B<PEM>]
[B<-in> I<filename>]
[B<-out> I<filename>]
+[B<-print>]
[B<-print_certs>]
[B<-text>]
[B<-noout>]
@@ -30,8 +31,6 @@ This command processes PKCS#7 files. Note that it only understands PKCS#7
v 1.5 as specified in IETF RFC 2315. It cannot currently parse CMS as
described in IETF RFC 2630.
-There is no option to print out all the fields of a PKCS#7 file.
-
=head1 OPTIONS
=over 4
@@ -57,6 +56,10 @@ option is not specified.
Specifies the output filename to write to or standard output by
default.
+=item B<-print>
+
+Print out the full PKCS7 object.
+
=item B<-print_certs>
Prints out any certificates or CRLs contained in the file. They are
@@ -64,13 +67,13 @@ preceded by their subject and issuer names in one line format.
=item B<-text>
-Prints out certificates details in full rather than just subject and
+Prints out certificate details in full rather than just subject and
issuer names.
=item B<-noout>
Don't output the encoded version of the PKCS#7 structure (or certificates
-is B<-print_certs> is set).
+if B<-print_certs> is set).
{- $OpenSSL::safe::opt_engine_item -}