From 8e0d479b98357bb20ab1bd073cf75f7d42531553 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 13 Sep 2024 06:25:26 +0200 Subject: [PATCH] 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) --- doc/man7/provider-signature.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index 40922e0aea..ce6efa2cc2 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