From: Pauli Date: Sun, 22 Sep 2019 00:46:54 +0000 (+1000) Subject: Remove engine param from EVP_KDF and EVP_MAC documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bd9c440c156414d0d58c361f487672fb58dcd03;p=openssl Remove engine param from EVP_KDF and EVP_MAC documentation Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9971) --- diff --git a/doc/man3/EVP_KDF.pod b/doc/man3/EVP_KDF.pod index 9b88baad9f..afd4b6cc6c 100644 --- a/doc/man3/EVP_KDF.pod +++ b/doc/man3/EVP_KDF.pod @@ -170,14 +170,10 @@ The default value, if any, is implementation dependent. =item B ("digest") -=item B ("engine") - For KDF implementations that use an underlying computation MAC or -digest, these parameters set what the algorithm should be, and the -engine that implements the algorithm or the properties to fetch it -by if needed. +digest, these parameters set what the algorithm should be. -The value is always the name of the intended engine, algorithm, +The value is always the name of the intended algorithm, or the properties. Note that not all algorithms may support all possible underlying diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index df15a907ec..a995d391c4 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -215,8 +215,6 @@ 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 ("properties") =item B ("digest") @@ -224,11 +222,9 @@ Some MACs do not support this option. =item B ("cipher") For MAC implementations that use an underlying computation cipher or -digest, these parameters set what the algorithm should be, and the -engine that implements the algorithm or the properties to fetch it -by if needed. +digest, these parameters set what the algorithm should be. -The value is always the name of the intended engine, algorithm, +The value is always the name of the intended algorithm, or the properties. Note that not all algorithms may support all digests.