From: Pauli Date: Thu, 12 Sep 2019 08:12:47 +0000 (+1000) Subject: Define the MAC parameter types without using C type names to avoid confusion. X-Git-Tag: openssl-3.0.0-alpha1~1362 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9147bd408db3c1fe262688dc3debe372c42fa24;p=oweals%2Fopenssl.git Define the MAC parameter types without using C type names to avoid confusion. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9875) --- diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index 4d3b223934..cf851354e7 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -199,24 +199,24 @@ empty string. This option is used by BLAKE2 MAC. -=item B ("xof") +=item B ("xof") It's a simple flag, the value 0 or 1 are expected. This option is used by KMAC. -=item B ("flags") +=item B ("flags") 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 @@ -230,7 +230,7 @@ Note that not all algorithms may support all digests. HMAC does not support variable output length digests such as SHAKE128 or SHAKE256. -=item B ("size") +=item B ("size") For MAC implementations that support it, set the output size that EVP_MAC_final() should produce.