summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_MAC.pod
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-22 02:46:54 +0200
committerPauli <paul.dale@oracle.com>2019-09-25 03:20:42 +0200
commit9bd9c440c156414d0d58c361f487672fb58dcd03 (patch)
treef40b3cbcf3ae3b41126511070c503b74a584da92 /doc/man3/EVP_MAC.pod
parentRemove engine param from the settable list (diff)
downloadopenssl-9bd9c440c156414d0d58c361f487672fb58dcd03.tar.xz
openssl-9bd9c440c156414d0d58c361f487672fb58dcd03.zip
Remove engine param from EVP_KDF and EVP_MAC documentation
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9971)
Diffstat (limited to '')
-rw-r--r--doc/man3/EVP_MAC.pod8
1 files changed, 2 insertions, 6 deletions
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<OSSL_MAC_PARAM_ENGINE> ("engine") <UTF8 string>
-
=item B<OSSL_MAC_PARAM_PROPERTIES> ("properties") <UTF8 string>
=item B<OSSL_MAC_PARAM_DIGEST> ("digest") <UTF8 string>
@@ -224,11 +222,9 @@ Some MACs do not support this option.
=item B<OSSL_MAC_PARAM_CIPHER> ("cipher") <UTF8 string>
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.