summaryrefslogtreecommitdiffstats
path: root/doc/crypto/CMS_verify.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-10 10:46:11 +0000
commitc420fab52b8e97762445a721dbd0a4c965ef54ab (patch)
tree2340b2b082593ae1c311b9109a0503b614e85b4e /doc/crypto/CMS_verify.pod
parent6469a1fda3d850c8a73c69269b50147e3285581a (diff)
Spellcheck CMS 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 cfe3c326a0..0dfcf3dab4 100644
--- a/doc/crypto/CMS_verify.pod
+++ b/doc/crypto/CMS_verify.pod
@@ -16,7 +16,7 @@ CMS_verify - verify a CMS SignedData structure
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
+the signer's certificate. B<store> is a trusted certificate store (used for
chain verification). B<indata> is the signed data if the content is not
present in B<cms> (that is it is detached). The content is written to B<out>
if it is not NULL.
@@ -25,7 +25,7 @@ B<flags> is an optional set of flags, which can be used to modify the verify
operation.
CMS_get0_signers() retrieves the signer's certificate(s) from B<cms>, it must
-be called after a succeful CMS_verify() operation.
+be called after a successful CMS_verify() operation.
=head1 VERIFY PROCESS
@@ -101,7 +101,7 @@ timestamp).
=head1 RETURN VALUES
CMS_verify() returns 1 for a successful verification and zero if an error
-occured.
+occurred.
CMS_get0_signers() returns all signers or B<NULL> if an error occurred.