From: Pauli Date: Fri, 13 Sep 2019 09:32:28 +0000 (+1000) Subject: Add wording to limit the 'size' parameter to no more than can be specified using... X-Git-Tag: openssl-3.0.0-alpha1~1357 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1aa010093537a0b49facfb9b435b081989b6f08e;p=oweals%2Fopenssl.git Add wording to limit the 'size' parameter to no more than can be specified using a size_t variable Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9891) --- diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index cf851354e7..4d819b7544 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -210,13 +210,13 @@ This option is used by KMAC. These will set the MAC flags to the given numbers. Some MACs do not support this option. -=item B ("engine") +=item B ("engine") -=item B ("properties") +=item B ("properties") -=item B ("digest") +=item B ("digest") -=item B ("cipher") +=item B ("cipher") For MAC implementations that use an underlying computation cipher or digest, these parameters set what the algorithm should be, and the @@ -234,7 +234,8 @@ or SHAKE256. For MAC implementations that support it, set the output size that EVP_MAC_final() should produce. -The allowed sizes vary between MAC implementations. +The allowed sizes vary between MAC implementations, but must never exceed +what can be given with a B. =back