diff options
author | job <> | 2023-06-05 17:17:23 +0000 |
---|---|---|
committer | job <> | 2023-06-05 17:17:23 +0000 |
commit | c0374dc7e8c606dcfd7c7aeef45a9fff2fb31061 (patch) | |
tree | 5a81e8d829c31d70234882af01d219de00b18d76 /src | |
parent | edc388e2a4338dc6ed26c30e30698dd61b698aac (diff) | |
download | openbsd-c0374dc7e8c606dcfd7c7aeef45a9fff2fb31061.tar.gz openbsd-c0374dc7e8c606dcfd7c7aeef45a9fff2fb31061.tar.bz2 openbsd-c0374dc7e8c606dcfd7c7aeef45a9fff2fb31061.zip |
Improve the description of CMS_get0_signers()
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@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/CMS_verify.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: CMS_verify.3,v 1.8 2022/01/19 20:28:06 tb Exp $ | 1 | .\" $OpenBSD: CMS_verify.3,v 1.9 2023/06/05 17:17:23 job Exp $ |
2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 | 2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: January 19 2022 $ | 51 | .Dd $Mdocdate: June 5 2023 $ |
52 | .Dt CMS_VERIFY 3 | 52 | .Dt CMS_VERIFY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -92,7 +92,7 @@ if it is not | |||
92 | .Fn CMS_get0_signers | 92 | .Fn CMS_get0_signers |
93 | retrieves the signing certificate(s) from | 93 | retrieves the signing certificate(s) from |
94 | .Fa cms . | 94 | .Fa cms . |
95 | It must be called after a successful | 95 | It may only be called after a successful |
96 | .Fn CMS_verify | 96 | .Fn CMS_verify |
97 | operation. | 97 | operation. |
98 | The signers must be freed with | 98 | The signers must be freed with |