summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-02-28 19:51:36 +1100
committerPauli <pauli@openssl.org>2023-03-01 19:54:58 +1100
commit2bb9e44520946b5046fedee0a11e08a2694ec3d3 (patch)
treeee3e5b50fcf82cbf35be90cbc9b1e6eb5e957b95 /doc
parentf118ab321ad4f9aff6ecb323f4ff2398c5ca226a (diff)
Add sections that were missing
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20398)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/CMS_add0_cert.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/CMS_add0_cert.pod b/doc/man3/CMS_add0_cert.pod
index 54fe0787e7..9729044f7d 100644
--- a/doc/man3/CMS_add0_cert.pod
+++ b/doc/man3/CMS_add0_cert.pod
@@ -20,8 +20,8 @@ CMS_add0_cert, CMS_add1_cert, CMS_get1_certs, CMS_add0_crl, CMS_add1_crl, CMS_ge
=head1 DESCRIPTION
CMS_add0_cert() and CMS_add1_cert() add certificate I<cert> to I<cms>.
-This is used by L<CMS_sign_ex()> and L<CMS_sign()> and may be used before
-calling L<CMS_verify()> to help chain building in certificate validation.
+This is used by L<CMS_sign_ex(3)> and L<CMS_sign(3)> and may be used before
+calling L<CMS_verify(3)> to help chain building in certificate validation.
I<cms> must be of type signed data or (authenticated) enveloped data.
For signed data, such a certificate can be used when signing or verifying
to fill in the signer certificate or to provide an extra CA certificate
@@ -32,7 +32,7 @@ CMS_get1_certs() returns all certificates in I<cms>.
CMS_add0_crl() and CMS_add1_crl() add CRL I<crl> to I<cms>.
I<cms> must be of type signed data or (authenticated) enveloped data.
For signed data, such a CRL may be used in certificate validation
-with L<CMS_verify()>.
+with L<CMS_verify(3)>.
It may be given both for inclusion when signing a CMS message
and when verifying a signed CMS message.