summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-09 16:36:18 +1000
committerPauli <pauli@openssl.org>2021-04-12 14:59:09 +1000
commitd36114d7cd363d505940326f5a2512d9661a67ea (patch)
tree0ca64f087ab9d1ce46472aaebb4afb723859b3ed
parent13eaa4ecaab528e9fd815a1019406335d241d643 (diff)
kmac: update the documention for the customisation string maximum length
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/14810)
-rw-r--r--doc/man7/EVP_MAC-KMAC.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/EVP_MAC-KMAC.pod b/doc/man7/EVP_MAC-KMAC.pod
index 6b02e94ef8..85986d5449 100644
--- a/doc/man7/EVP_MAC-KMAC.pod
+++ b/doc/man7/EVP_MAC-KMAC.pod
@@ -42,7 +42,7 @@ Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
=item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
Sets the custom value.
-It is an optional value of at most 127 bytes, and is empty by default.
+It is an optional value of at most 256 bytes, and is empty by default.
=item "size" (B<OSSL_MAC_PARAM_SIZE>) <unsigned integer>