]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Add an explicit debug print for failure to derive PWE
authorJouni Malinen <j@w1.fi>
Sat, 1 Mar 2025 18:14:11 +0000 (20:14 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 1 Mar 2025 18:14:11 +0000 (20:14 +0200)
commit651370325ad918e992f943623a94bcaeae0de5d2
tree094c40014fb7bb4026c8df2535d5d6a80c6b6033
parent1af015a5d1933f7eb64fb5bf9b80484575e28a9d
SAE: Add an explicit debug print for failure to derive PWE

The needed HMAC-SHA256 operation with short salt is something that can
fail if OpenSSL is forced to use the fips provider, so it is helpful to
get this failure case clearer in the debug log.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/sae.c