mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
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:
parent
eea62048d8
commit
3db2a82df8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user