summaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-01 23:30:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-01 23:30:06 +0000
commit4a954b56c9db99c7644b40630a02865a98123e9c (patch)
tree04cfb39231e7375d31b64409ee638b9c4b4299e6 /doc/apps
parentd05a474556c627a8e87b32d7e97aa776308dc883 (diff)
Use "cont" consistently in cms-examples.pl
Add a -certsout option to output any certificates in a message. Add test for example 4.11
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/cms.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index b2505c6948..9690194f38 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -55,6 +55,7 @@ B<openssl> B<cms>
[B<-binary>]
[B<-nodetach>]
[B<-certfile file>]
+[B<-certsout file>]
[B<-signer file>]
[B<-recip file>]
[B<-keyid>]
@@ -312,6 +313,10 @@ allows additional certificates to be specified. When signing these will
be included with the message. When verifying these will be searched for
the signers certificates. The certificates should be in PEM format.
+=item B<-certsout file>
+
+any certificates contained in to the message are written to B<file>.
+
=item B<-signer file>
a signing certificate when signing or resigning a message, this option can be