]> git.ipfire.org Git - thirdparty/hostap.git/commit
Increment hmac_sha*_vector() maximum num_elem value to 25
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 24 Aug 2023 14:56:23 +0000 (17:56 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 24 Aug 2023 15:10:47 +0000 (18:10 +0300)
commit4c079dcc64daa8d64a7252bfc3ba9a7cf7654773
tree652d239b1315e8bee9faf1eba3175c7e52be3c2e
parent6ae43bb1032304d9ac2df7af71b70eeeb13b8efb
Increment hmac_sha*_vector() maximum num_elem value to 25

This is needed for FTE MIC calculation for Reassociation Request frmae
when using MLO which could add 15 link addresses into the input data.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/crypto/sha256.c
src/crypto/sha384.c
src/crypto/sha512.c