diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-22 02:46:54 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-25 03:20:42 +0200 |
commit | 9bd9c440c156414d0d58c361f487672fb58dcd03 (patch) | |
tree | f40b3cbcf3ae3b41126511070c503b74a584da92 /doc/man3/EVP_MAC.pod | |
parent | Remove engine param from the settable list (diff) | |
download | openssl-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.pod | 8 |
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. |