aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-11-12 01:42:25 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-11-12 01:42:25 +0000
commit954ef7ef693f97edbd6be727d417333c28cda0eb (patch)
tree4d31f383cd48e6617ad494aa308373a05b0f1624 /doc
parentc4471290c0898b920587b234a31f96194235a067 (diff)
downloadopenssl-954ef7ef693f97edbd6be727d417333c28cda0eb.tar.gz
Merge some common functionality in the apps, delete
the encryption option in the pkcs7 utility (they never did anything) and add a couple more options to pkcs7.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/pkcs7.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/pkcs7.pod b/doc/man/pkcs7.pod
index ff779c7699..a2ebaac982 100644
--- a/doc/man/pkcs7.pod
+++ b/doc/man/pkcs7.pod
@@ -47,6 +47,16 @@ default.
prints out any certificates or CRLs contained in the file. They are
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
+issuer names.
+
+=item B<-noout>
+
+don't output the encoded version of the PKCS#7 structure (or certificates
+is B<-print_certs> is set).
+
=back
=head1 EXAMPLES