From: Richard Levitte Date: Fri, 13 Sep 2024 04:25:26 +0000 (+0200) Subject: docs: Correct bad link to provider-keymgmt(7) in provider-signature(7) X-Git-Tag: openssl-3.4.0-beta1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e433c781b0ba3c7e70eb17fd1a420d52f256d3a;p=thirdparty%2Fopenssl.git docs: Correct bad link to provider-keymgmt(7) in provider-signature(7) Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25423) (cherry picked from commit 8e0d479b98357bb20ab1bd073cf75f7d42531553) --- diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index 40922e0aea9..ce6efa2cc2d 100644 --- a/doc/man7/provider-signature.pod +++ b/doc/man7/provider-signature.pod @@ -237,7 +237,7 @@ The I, if not NULL, should be set on the context in a manner similar to using OSSL_FUNC_signature_set_ctx_params(). The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see -provider-keymgmt(7)>. +L). OSSL_FUNC_signature_sign() performs the actual signing itself. A previously initialised signature context is passed in the I @@ -263,7 +263,7 @@ The I, if not NULL, should be set on the context in a manner similar to using OSSL_FUNC_signature_set_ctx_params(). The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see -provider-keymgmt(7)>. +L). OSSL_FUNC_signature_sign_message_update() gathers the data pointed at by I, which is I bytes long. @@ -291,7 +291,7 @@ The I, if not NULL, should be set on the context in a manner similar to using OSSL_FUNC_signature_set_ctx_params(). The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see -provider-keymgmt(7)>. +L). OSSL_FUNC_signature_verify() performs the actual verification itself. A previously initialised signature context is passed in the I parameter. @@ -313,7 +313,7 @@ The I, if not NULL, should be set on the context in a manner similar to using OSSL_FUNC_signature_set_ctx_params(). The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see -provider-keymgmt(7)>. +L). OSSL_FUNC_signature_verify_message_update() gathers the data pointed at by I, which is I bytes long. @@ -337,7 +337,7 @@ The I, if not NULL, should be set on the context in a manner similar to using OSSL_FUNC_signature_set_ctx_params(). The key object should have been previously generated, loaded or imported into the provider using the key management (OSSL_OP_KEYMGMT) operation (see -provider-keymgmt(7)>. +L). OSSL_FUNC_signature_verify_recover() performs the actual verify recover itself. A previously initialised signature context is passed in the I parameter. @@ -359,7 +359,7 @@ using OSSL_FUNC_signature_set_ctx_params() and OSSL_FUNC_signature_set_ctx_md_params(). The key object should have been previously generated, loaded or imported into the provider using the -key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>. +key management (OSSL_OP_KEYMGMT) operation (see L). The name of the digest to be used will be in the I parameter. OSSL_FUNC_signature_digest_sign_update() provides data to be signed in the I @@ -396,7 +396,7 @@ OSSL_FUNC_signature_set_ctx_params() and OSSL_FUNC_signature_set_ctx_md_params(). The key object should have been previously generated, loaded or imported into the provider using the -key management (OSSL_OP_KEYMGMT) operation (see provider-keymgmt(7)>. +key management (OSSL_OP_KEYMGMT) operation (see L). The name of the digest to be used will be in the I parameter. OSSL_FUNC_signature_digest_verify_update() provides data to be verified in the I