From: olszomal Date: Fri, 12 Jun 2020 10:09:02 +0000 (+0200) Subject: CMS_get0_signers() description X-Git-Tag: openssl-3.0.0-alpha4~101 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ac916c7529a21cd01d1b539362abf8402719e30;p=oweals%2Fopenssl.git CMS_get0_signers() description CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12055) --- 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. The content is written to B if it is not NULL. B 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, it must +CMS_get0_signers() retrieves the signing certificate(s) from B, it may only be called after a successful CMS_verify() operation. =head1 VERIFY PROCESS