mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 18:13:39 +08:00
docs: Correct bad link to provider-keymgmt(7) in provider-signature(7)
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25423)
This commit is contained in:
parent
04c134a95b
commit
8e0d479b98
@ -237,7 +237,7 @@ The I<params>, 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<provider-keymgmt(7)>).
|
||||
|
||||
OSSL_FUNC_signature_sign() performs the actual signing itself.
|
||||
A previously initialised signature context is passed in the I<ctx>
|
||||
@ -263,7 +263,7 @@ The I<params>, 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<provider-keymgmt(7)>).
|
||||
|
||||
OSSL_FUNC_signature_sign_message_update() gathers the data pointed at by
|
||||
I<in>, which is I<inlen> bytes long.
|
||||
@ -291,7 +291,7 @@ The I<params>, 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<provider-keymgmt(7)>).
|
||||
|
||||
OSSL_FUNC_signature_verify() performs the actual verification itself.
|
||||
A previously initialised signature context is passed in the I<ctx> parameter.
|
||||
@ -313,7 +313,7 @@ The I<params>, 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<provider-keymgmt(7)>).
|
||||
|
||||
OSSL_FUNC_signature_verify_message_update() gathers the data pointed at by
|
||||
I<in>, which is I<inlen> bytes long.
|
||||
@ -337,7 +337,7 @@ The I<params>, 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<provider-keymgmt(7)>).
|
||||
|
||||
OSSL_FUNC_signature_verify_recover() performs the actual verify recover itself.
|
||||
A previously initialised signature context is passed in the I<ctx> 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<provider-keymgmt(7)>).
|
||||
The name of the digest to be used will be in the I<mdname> parameter.
|
||||
|
||||
OSSL_FUNC_signature_digest_sign_update() provides data to be signed in the I<data>
|
||||
@ -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<provider-keymgmt(7)>).
|
||||
The name of the digest to be used will be in the I<mdname> parameter.
|
||||
|
||||
OSSL_FUNC_signature_digest_verify_update() provides data to be verified in the I<data>
|
||||
|
Loading…
Reference in New Issue
Block a user