aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_verify.pod
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-09-12 20:50:28 +0200
committerDr. David von Oheimb <dev@ddvo.net>2023-02-24 08:49:26 +0100
commit65def9de8088ae39d8f251e0b57f1a0f204daa14 (patch)
tree9b4236604d7d4ed956ec0f18633ed65c5cba5fd8 /doc/man3/CMS_verify.pod
parent6f9e531003fd736e8e96d9a1a57f7763da9722b8 (diff)
downloadopenssl-65def9de8088ae39d8f251e0b57f1a0f204daa14.tar.gz
CMS_add0_cert: if cert already present, do not throw error but ignore it
Also add checks on failing cert/CRL up_ref calls; improve coding style. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/19199)
Diffstat (limited to 'doc/man3/CMS_verify.pod')
-rw-r--r--doc/man3/CMS_verify.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod
index d124234ab1..ddd2a8970c 100644
--- a/doc/man3/CMS_verify.pod
+++ b/doc/man3/CMS_verify.pod
@@ -40,7 +40,7 @@ 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.
The optional I<extra> parameter may be used to provide untrusted CA
-certificates that may be helpful for chain building in certificate valiation.
+certificates that may be helpful for chain building in certificate validation.
This list of certificates must not contain duplicates.
The optional I<crls> parameter may be used to provide extra CRLs.
Also the list of CRLs must not contain duplicates.