mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
tests: Update SAE suitable_groups list to match implementation
Remove the groups that use Brainpool curves from the test case so that this matches the updated implementation. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c65168ccd2
commit
e57e3f12b4
@ -156,7 +156,7 @@ def test_sae_groups(dev, apdev):
|
||||
logger.info("Add Brainpool EC groups since OpenSSL is new enough")
|
||||
sae_groups += [27, 28, 29, 30]
|
||||
heavy_groups = [14, 15, 16]
|
||||
suitable_groups = [15, 16, 17, 18, 19, 20, 21, 28, 29, 30]
|
||||
suitable_groups = [15, 16, 17, 18, 19, 20, 21]
|
||||
groups = [str(g) for g in sae_groups]
|
||||
params = hostapd.wpa2_params(ssid="test-sae-groups",
|
||||
passphrase="12345678")
|
||||
|
Loading…
Reference in New Issue
Block a user