diff options
Diffstat (limited to '')
-rw-r--r-- | doc/man7/provider-signature.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man7/provider-signature.pod b/doc/man7/provider-signature.pod index 1ab4831035..777b991cc6 100644 --- a/doc/man7/provider-signature.pod +++ b/doc/man7/provider-signature.pod @@ -194,15 +194,17 @@ algorithms: =over 4 -=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <utf8 string> +=item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string> Get or sets the name of the digest algorithm used for the input to the signature functions. -=item "digest-size" (B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE>) <size_t> +=item "digest-size" (B<OSSL_SIGNATURE_PARAM_DIGEST_SIZE>) <unsigned integer> Gets or sets the output size of the digest algorithm used for the input to the signature functions. +The length of the "digest-size" parameter should not exceed that of a B<size_t>. + =back |