diff options
author | Rich Salz <rsalz@akamai.com> | 2020-01-16 19:40:52 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2020-01-29 18:42:31 +0100 |
commit | 65718c516ec69ff2314d12c7ce57b242ccc3021d (patch) | |
tree | 31f951969e00d21b15659576b2dbb92f11cf76f4 /doc/man1/openssl-pkcs7.pod.in | |
parent | Add more generated man1 doc files (diff) | |
download | openssl-65718c516ec69ff2314d12c7ce57b242ccc3021d.tar.xz openssl-65718c516ec69ff2314d12c7ce57b242ccc3021d.zip |
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
Diffstat (limited to 'doc/man1/openssl-pkcs7.pod.in')
-rw-r--r-- | doc/man1/openssl-pkcs7.pod.in | 11 |
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 -} |