]> git.ipfire.org Git - thirdparty/hostap.git/commit
Extend SHA-384 and SHA-512 support to match SHA-256
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 15 Jun 2017 18:17:50 +0000 (21:17 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 Jun 2017 15:04:12 +0000 (18:04 +0300)
commit77f273c82cafb54ba2a141ecd9b2e34a7e4b5bf0
treef97908a0c35ddc3f36a5833948b2f0c981b1f779
parent2c9d924975eae49bf6a5eae2e1cd9775f7e91cd9
Extend SHA-384 and SHA-512 support to match SHA-256

The additional SHA-384 and SHA-512 functionality is needed to support
DPP with various ECC curves.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/Android.mk
hostapd/Makefile
src/crypto/crypto_openssl.c
src/crypto/sha384-kdf.c [new file with mode: 0644]
src/crypto/sha384.h
src/crypto/sha512-kdf.c [new file with mode: 0644]
src/crypto/sha512-prf.c [new file with mode: 0644]
src/crypto/sha512.h [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile