Properly limit the variable output size for BLAKE2
authorTomas Mraz <tomas@openssl.org>
Wed, 8 Nov 2023 09:14:08 +0000 (10:14 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 13 Nov 2023 11:13:17 +0000 (12:13 +0100)
commit66c27d06e0e9a1bb716c67390ad9e5ac613d45d3
treef72e410408af923057e2d877297e7fab8847be2e
parent9e75a0b911ffb2ad99190a72a3d740d100edf61f
Properly limit the variable output size for BLAKE2

The upper limit of the output size is the default output size of
the respective algorithm variants.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/22659)
doc/man7/EVP_MD-BLAKE2.pod
providers/implementations/digests/blake2_prov.c
test/recipes/30-test_evp_data/evpmd_blake.txt