]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: fix description of mac "block-size" parameter
authorJames Muir <james@openssl.org>
Fri, 17 Nov 2023 22:58:24 +0000 (17:58 -0500)
committerRichard Levitte <levitte@openssl.org>
Wed, 22 Nov 2023 09:51:10 +0000 (10:51 +0100)
commit1750689767cc922bdbe73358f7256475f0838c67
treea4198a9545545414439ff9a1743d6c90d7d20f20
parentf1bea887ef17802a2d83e9289e812c00fd0f0523
doc: fix description of mac "block-size" parameter

The macro for "block-size" is OSSL_MAC_PARAM_BLOCK_SIZE, and this
parameter is not settable.  Refer to the "customization string" rather
than the "custom value" (in the Blake2 spec, this is called the
personalization string).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22763)
doc/man7/EVP_MAC-BLAKE2.pod
doc/man7/EVP_MAC-CMAC.pod
doc/man7/EVP_MAC-HMAC.pod
doc/man7/EVP_MAC-KMAC.pod