aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_verify.pod
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-07-16 08:25:55 +0200
committerPauli <pauli@openssl.org>2023-07-18 18:54:45 +1000
commita024ab984e540bff65d25407496c34b3567b55a7 (patch)
tree926b3165cd52ea6abe176682d13fadb59cc0f224 /doc/man3/CMS_verify.pod
parent4c4fefa5c78a49b63113aec35a2bc8d6d9432436 (diff)
downloadopenssl-a024ab984e540bff65d25407496c34b3567b55a7.tar.gz
Fix typos found by codespell
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21467)
Diffstat (limited to 'doc/man3/CMS_verify.pod')
-rw-r--r--doc/man3/CMS_verify.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod
index ddd2a8970c..b3434af9ff 100644
--- a/doc/man3/CMS_verify.pod
+++ b/doc/man3/CMS_verify.pod
@@ -38,7 +38,7 @@ I<flags> is an optional set of flags, which can be used to modify the operation.
CMS_SignedData_verify() is like CMS_verify() except that
it operates on B<CMS SignedData> input in the I<sd> argument,
it has some additional parameters described next,
-and on success it returns the verfied content as a memory BIO.
+and on success it returns the verified content as a memory BIO.
The optional I<extra> parameter may be used to provide untrusted CA
certificates that may be helpful for chain building in certificate validation.
This list of certificates must not contain duplicates.
@@ -132,7 +132,7 @@ timestamp).
CMS_verify() returns 1 for a successful verification and 0 if an error occurred.
-CMS_SignedData_verify() returns a memory BIO containing the verfied content,
+CMS_SignedData_verify() returns a memory BIO containing the verified content,
or NULL on error.
CMS_get0_signers() returns all signers or NULL if an error occurred.