]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Check for the too-short-password error in pbkdf2_sha1()
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Fri, 29 Apr 2022 14:11:54 +0000 (16:11 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 May 2022 14:13:34 +0000 (17:13 +0300)
commit0c3f68f2a04e1585916beb41ff963f018cdf6e08
tree7b920ad5ec4fc9ad7aaf1f78bdde6a978dff3d8f
parentca262248157acf7dca1bc60f712e67f8671927d1
wolfSSL: Check for the too-short-password error in pbkdf2_sha1()

This may fail with FIPS builds because the FIPS requirement is that the
password must be at least 14 characters.

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
src/crypto/crypto_wolfssl.c