Add SHA-384 routines to libcrypto.a

wlantest needs this for being able to decrypt FILS (Re)Association
Request/Response frames.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2017-09-05 18:58:59 +03:00 committed by Jouni Malinen
parent eea62048d8
commit 3db2a82df8

View file

@ -14,6 +14,9 @@ CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT
CFLAGS += -DCONFIG_TLS_INTERNAL_SERVER
#CFLAGS += -DALL_DH_GROUPS
CFLAGS += -DCONFIG_SHA256
CFLAGS += -DCONFIG_SHA384
CFLAGS += -DCONFIG_HMAC_SHA384_KDF
CFLAGS += -DCONFIG_INTERNAL_SHA384
LIB_OBJS= \
aes-cbc.o \
@ -48,6 +51,8 @@ LIB_OBJS= \
sha256-prf.o \
sha256-tlsprf.o \
sha256-internal.o \
sha384.o \
sha384-prf.o \
sha384-internal.o \
sha512-internal.o