]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix hmac_sha384_vector() implementation
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 16 Feb 2017 18:38:09 +0000 (20:38 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2017 18:59:06 +0000 (20:59 +0200)
commitaeecd4eaec6939562b6e5815795b117f7eaa2b9f
tree74fa8c34a2bece3b239cff1bebe528f817eab57d
parentdd8f02349b4ddc7a729f758f422f21d5b12c2b8a
OpenSSL: Fix hmac_sha384_vector() implementation

The output length was incorrect (32 from the copy-pasted SHA256
version). Fix this to return the correct number of octets (48) for
SHA384. This fixes incorrect key derivation in FILS when using the
SHA384-based AKM.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/crypto_openssl.c