mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 10:54:03 -05:00
SAE: Enable NEED_DH_GROUPS_ALL for CONFIG_TESTING_OPTIONS=y builds
Enable all DH FFC groups for SAE in wpa_supplicant testing builds. These are needed to allow more testing coverage for AP functionality. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
1f1567d2a6
commit
3f3876344e
@ -233,6 +233,9 @@ OBJS += src/common/sae.c
|
||||
NEED_ECC=y
|
||||
NEED_DH_GROUPS=y
|
||||
NEED_DRAGONFLY=y
|
||||
ifdef CONFIG_TESTING_OPTIONS
|
||||
NEED_DH_GROUPS_ALL=y
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_DPP
|
||||
|
@ -265,6 +265,9 @@ OBJS += ../src/common/sae.o
|
||||
NEED_ECC=y
|
||||
NEED_DH_GROUPS=y
|
||||
NEED_DRAGONFLY=y
|
||||
ifdef CONFIG_TESTING_OPTIONS
|
||||
NEED_DH_GROUPS_ALL=y
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_DPP
|
||||
|
Loading…
Reference in New Issue
Block a user