[openssl] OpenSSL_1_1_1-stable update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Tue Jun 16 14:16:57 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  4151e303a488c53613f7b8c6eae4372759d7fa35 (commit)
      from  92cef3f186c20e702b7751c5ef959b4fe816a189 (commit)


- Log -----------------------------------------------------------------
commit 4151e303a488c53613f7b8c6eae4372759d7fa35
Author: olszomal <Malgorzata.Olszowka at stunnel.org>
Date:   Fri Jun 12 12:09:02 2020 +0200

    CMS_get0_signers() description
    
    CLA: trivial
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    (Merged from https://github.com/openssl/openssl/pull/12055)
    
    (cherry picked from commit 9ac916c7529a21cd01d1b539362abf8402719e30)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/CMS_verify.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/CMS_verify.pod b/doc/man3/CMS_verify.pod
index be688681cb..b6650fdeb6 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


More information about the openssl-commits mailing list