summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_verify.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-09 17:04:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-09 17:04:36 +0000
commit360bb61d860f9ce7e48b2bb85d3ef9f521f95ab9 (patch)
treeda48e6c85caf5dbcdaa7d88826205067e5d0c7a6 /doc/crypto/CMS_verify.pod
parent847e551f39c2a218e36f95d93d45b72ec4446a2a (diff)
Add CMS_compress() docs.
Diffstat (limited to 'doc/crypto/CMS_verify.pod')
-rw-r--r--doc/crypto/CMS_verify.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/CMS_verify.pod b/doc/crypto/CMS_verify.pod
index 74c09e25fd..cfe3c326a0 100644
--- a/doc/crypto/CMS_verify.pod
+++ b/doc/crypto/CMS_verify.pod
@@ -2,7 +2,7 @@
=head1 NAME
-CMS_verify - verify a CMS signedData structure
+CMS_verify - verify a CMS SignedData structure
=head1 SYNOPSIS
@@ -14,7 +14,7 @@ CMS_verify - verify a CMS signedData structure
=head1 DESCRIPTION
-CMS_verify() verifies a CMS signedData structure. B<cms> is the CMS_ContentInfo
+CMS_verify() verifies a CMS SignedData structure. B<cms> is the CMS_ContentInfo
structure to verify. B<certs> is a set of certificates in which to search for
the signer's certificate. B<store> is a trusted certficate store (used for
chain verification). B<indata> is the signed data if the content is not
@@ -32,7 +32,7 @@ be called after a succeful CMS_verify() operation.
Normally the verify process proceeds as follows.
Initially some sanity checks are performed on B<cms>. The type of B<cms> must
-be signedData. There must be at least one signature on the data and if
+be SignedData. There must be at least one signature on the data and if
the content is detached B<indata> cannot be B<NULL>.
An attempt is made to locate all the signer's certificates, first looking in