]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check pbkdf2_sha1() result when generating PSK from PSK file
authorJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 15:10:08 +0000 (17:10 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2020 15:10:08 +0000 (17:10 +0200)
commitf5da5810c9c1790dd4c535d45c98244e748c8e4e
treec6c2d5b7fa5f2d4183d5c68a7d45d711624efdcf
parente7d8842e6bae5c3757883de9a6789a88adb74238
Check pbkdf2_sha1() result when generating PSK from PSK file

This function can fail in theory, so check the return value.

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