mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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)
This commit is contained in:
parent
13eaa4ecaa
commit
d36114d7cd
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user