From 7b6b194b5281649ad5c50ecead0f3725d2d2a6a0 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 13 Sep 2019 19:37:40 +1000 Subject: [PATCH] Use param types instead of native types in the param descriptions Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9891) --- doc/man3/EVP_DigestInit.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index cc38235274..7f5a1e5db2 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -339,12 +339,13 @@ EVP_MD_CTX_set_params() can be used with the following OSSL_PARAM keys: =over 4 -=item OSSL_PARAM_DIGEST_KEY_XOFLEN +=item OSSL_PARAM_DIGEST_KEY_XOFLEN Sets the digest length for extendable output functions. -It is used by the SHAKE algorithm. +It is used by the SHAKE algorithm and should not exceed what can be given +using a B. -=item OSSL_PARAM_DIGEST_KEY_PAD_TYPE +=item OSSL_PARAM_DIGEST_KEY_PAD_TYPE Sets the pad type. It is used by the MDC2 algorithm. @@ -355,7 +356,7 @@ EVP_MD_CTX_get_params() can be used with the following OSSL_PARAM keys: =over 4 -=item OSSL_PARAM_DIGEST_KEY_MICALG . +=item OSSL_PARAM_DIGEST_KEY_MICALG . Gets the digest Message Integrity Check algorithm string. This is used when creating S/MIME multipart/signed messages, as specified in RFC 3851. -- 2.25.1