Add SHA384 and SHA512 implementations from LibTomCrypt library
authorPali Rohár <pali.rohar@gmail.com>
Sun, 22 Nov 2015 01:02:57 +0000 (02:02 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2015 16:19:32 +0000 (18:19 +0200)
commit6bb6a9ce29c9eeeae8851b0cbcdc60ec98bb6fce
tree0ce9806d0ecf6b5be55764983339bbff9db8d02a
parentfdc16142642b702105bf769cbe95db3370690ff1
Add SHA384 and SHA512 implementations from LibTomCrypt library

These will be used with the internal TLS implementation to extend hash
algorithm support for new certificates and TLS v1.2.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
hostapd/Android.mk
hostapd/Makefile
src/crypto/Makefile
src/crypto/crypto.h
src/crypto/sha384-internal.c [new file with mode: 0644]
src/crypto/sha384_i.h [new file with mode: 0644]
src/crypto/sha512-internal.c [new file with mode: 0644]
src/crypto/sha512_i.h [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile