]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Check EVP_MAC_update() return value more consistently
authorJouni Malinen <j@w1.fi>
Sun, 17 Dec 2023 10:06:04 +0000 (12:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Dec 2023 10:06:04 +0000 (12:06 +0200)
commit231d86ef9150c2bc317394a5ed276b22d12661c4
treea0e468c026d2a71a77fdc4b2eb7949de7e74b94c
parenta92694b0010da280a2fd07239baa642ff4d5fd4a
OpenSSL: Check EVP_MAC_update() return value more consistently

Check this in crypto_hash_update() to be more consistent and report any
error in crypto_hash_finish().

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