mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
SHA256 is needed for EAP-AKA' and WPS
This commit is contained in:
parent
9a6cec7bc6
commit
1edb9533f1
@ -434,6 +434,7 @@ CFLAGS += -DEAP_AKA_PRIME_DYNAMIC
|
||||
else
|
||||
CFLAGS += -DEAP_AKA_PRIME
|
||||
endif
|
||||
NEED_SHA256=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_SIM_COMMON
|
||||
@ -524,6 +525,7 @@ OBJS_h += ../src/eap_server/eap_wsc.o
|
||||
endif
|
||||
CONFIG_IEEE8021X_EAPOL=y
|
||||
NEED_DH_GROUPS=y
|
||||
NEED_SHA256=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_EAP_IKEV2
|
||||
|
Loading…
Reference in New Issue
Block a user