summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-02-25 14:27:29 +1000
committerPauli <ppzgs1@gmail.com>2021-02-28 17:25:49 +1000
commit9258f7efa7aacfef08dccb4e0f11e7cc17f078f8 (patch)
treed511eef3a5dcdedf66782fee21b724ffe4378e08 /doc/man7
parent7f7640c45534fb07562c751c935f93bf30275081 (diff)
doc: update KMAC doc to not say that the `KEY\' parameter needs to be set before the init call
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14310)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/EVP_MAC-KMAC.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod
index 9d40288044..46fce76274 100644
--- a/doc/man7/EVP_MAC-KMAC.pod
+++ b/doc/man7/EVP_MAC-KMAC.pod
@@ -47,8 +47,10 @@ The default value is 0.
=back
-The "custom" and "key" parameters must be set before EVP_MAC_init().
+The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
The "xof" and "size" parameters can be set at any time before EVP_MAC_final().
+The "key" parameter is set as part of the EVP_MAC_init() call, but can be
+set before it instead.
=head1 EXAMPLES