From 9bd9c440c156414d0d58c361f487672fb58dcd03 Mon Sep 17 00:00:00 2001 From: Pauli Date: Sun, 22 Sep 2019 10:46:54 +1000 Subject: [PATCH] Remove engine param from EVP_KDF and EVP_MAC documentation Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9971) --- doc/man3/EVP_KDF.pod | 8 ++------ doc/man3/EVP_MAC.pod | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) 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. -- 2.25.1