]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
kmac: update the documention for the customisation string maximum length 14822/head
authorPauli <pauli@openssl.org>
Fri, 9 Apr 2021 06:36:18 +0000 (16:36 +1000)
committerPauli <pauli@openssl.org>
Mon, 12 Apr 2021 04:59:09 +0000 (14:59 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14810)

doc/man7/EVP_MAC-KMAC.pod

index 6b02e94ef8f7ba0ca91e19d7802d8515b8d1fb60..85986d5449fa7b64e4de293a26c0f15d7f2f44fd 100644 (file)
@@ -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>