From: Pauli Date: Fri, 13 Sep 2019 09:37:40 +0000 (+1000) Subject: Use param types instead of native types in the param descriptions X-Git-Tag: openssl-3.0.0-alpha1~1355 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b6b194b5281649ad5c50ecead0f3725d2d2a6a0;p=oweals%2Fopenssl.git Use param types instead of native types in the param descriptions Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9891) --- 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.