From c0374dc7e8c606dcfd7c7aeef45a9fff2fb31061 Mon Sep 17 00:00:00 2001 From: job <> Date: Mon, 5 Jun 2023 17:17:23 +0000 Subject: Improve the description of CMS_get0_signers() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggestion from Małgorzata Olszówka, they noted: "The original wording suggests that it is required to execute CMS_get0_signers() after CMS_verify(), while it is CMS_get0_signers() that requires prior successful invocation of CMS_verify()." OK tb@ --- src/lib/libcrypto/man/CMS_verify.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/CMS_verify.3 b/src/lib/libcrypto/man/CMS_verify.3 index bd9599deed..ac23866699 100644 --- a/src/lib/libcrypto/man/CMS_verify.3 +++ b/src/lib/libcrypto/man/CMS_verify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_verify.3,v 1.8 2022/01/19 20:28:06 tb Exp $ +.\" $OpenBSD: CMS_verify.3,v 1.9 2023/06/05 17:17:23 job Exp $ .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 19 2022 $ +.Dd $Mdocdate: June 5 2023 $ .Dt CMS_VERIFY 3 .Os .Sh NAME @@ -92,7 +92,7 @@ if it is not .Fn CMS_get0_signers retrieves the signing certificate(s) from .Fa cms . -It must be called after a successful +It may only be called after a successful .Fn CMS_verify operation. The signers must be freed with -- cgit v1.2.3-55-g6feb