summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorolszomal <Malgorzata.Olszowka@stunnel.org>2020-06-12 12:09:02 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2020-06-16 16:15:37 +0200
commit9ac916c7529a21cd01d1b539362abf8402719e30 (patch)
treea990238923315849a5a4fb972a59459ed0bd2fdf /doc
parent0800288e6e1d9f44d471043a970ba57743ca8f4c (diff)
CMS_get0_signers() description
CLA: trivial Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12055)
Diffstat (limited to 'doc')
-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 ed289b1aff..a3dfb420b0 100644
--- a/doc/man3/CMS_verify.pod
+++ b/doc/man3/CMS_verify.pod
@@ -24,7 +24,7 @@ present in B<cms>. The content is written to B<out> if it is not NULL.
B<flags> is an optional set of flags, which can be used to modify the verify
operation.
-CMS_get0_signers() retrieves the signing certificate(s) from B<cms>, it must
+CMS_get0_signers() retrieves the signing certificate(s) from B<cms>, it may only
be called after a successful CMS_verify() operation.
=head1 VERIFY PROCESS