]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove engine param from EVP_KDF and EVP_MAC documentation
authorPauli <paul.dale@oracle.com>
Sun, 22 Sep 2019 00:46:54 +0000 (10:46 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 25 Sep 2019 01:20:42 +0000 (11:20 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9971)

doc/man3/EVP_KDF.pod
doc/man3/EVP_MAC.pod

index 9b88baad9fd0bf21ed89ef990c92cebd42dbb831..afd4b6cc6c8d85eb71b0613ebfcc0628f4eb1500 100644 (file)
@@ -170,14 +170,10 @@ The default value, if any, is implementation dependent.
 
 =item B<OSSL_KDF_PARAM_DIGEST> ("digest") <UTF8 string>
 
-=item B<OSSL_MAC_PARAM_ENGINE> ("engine") <UTF8 string>
-
 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
index df15a907ecbe2a1a4ba665fc6d7929931e62b40f..a995d391c4587c3416298f11453a4262aad3fea2 100644 (file)
@@ -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.