[openssl] OpenSSL_1_1_1-stable update
shane.lontis at oracle.com
shane.lontis at oracle.com
Fri May 24 02:51:08 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 6b261345d5ad7419b9e01d00a011d91db8557b8c (commit)
from 69fd7d17c08559eec248389b052b49f2cb8b0c3b (commit)
- Log -----------------------------------------------------------------
commit 6b261345d5ad7419b9e01d00a011d91db8557b8c
Author: Sambit Kumar Dash <sambitdash at gmail.com>
Date: Fri May 24 12:26:22 2019 +1000
Doc update: minor typo in CMS_verify.pod
CLA: trivial
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8952)
(cherry picked from commit 55e09d17d4c84213d372651b0c91bdc9ef786728)
-----------------------------------------------------------------------
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 7187d98..cdf5422 100644
--- a/doc/man3/CMS_verify.pod
+++ b/doc/man3/CMS_verify.pod
@@ -46,7 +46,7 @@ are used as untrusted CAs. If CRL checking is enabled in B<store> any internal
CRLs are used in addition to attempting to look them up in B<store>. If any
chain verify fails an error code is returned.
-Finally the signed content is read (and written to B<out> is it is not NULL)
+Finally the signed content is read (and written to B<out> if it is not NULL)
and the signature's checked.
If all signature's verify correctly then the function is successful.
More information about the openssl-commits
mailing list