From: Jouni Malinen Date: Tue, 5 Jun 2018 17:15:53 +0000 (+0300) Subject: tests: FILS+FT with SHA384 X-Git-Tag: hostap_2_7~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284298787947b7e9206cc4767daf5ecbe3e38f98;p=thirdparty%2Fhostap.git tests: FILS+FT with SHA384 Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_fils.py b/tests/hwsim/test_fils.py index 29bc2bb36..2d531a636 100644 --- a/tests/hwsim/test_fils.py +++ b/tests/hwsim/test_fils.py @@ -1732,6 +1732,10 @@ def test_fils_and_ft_over_air(dev, apdev, params): """FILS SK using ERP and FT-over-air (SHA256)""" run_fils_and_ft_over_air(dev, apdev, params, "FT-FILS-SHA256") +def test_fils_and_ft_over_air_sha384(dev, apdev, params): + """FILS SK using ERP and FT-over-air (SHA384)""" + run_fils_and_ft_over_air(dev, apdev, params, "FT-FILS-SHA384") + def run_fils_and_ft_over_air(dev, apdev, params, key_mgmt): hapd = run_fils_and_ft_setup(dev, apdev, params, key_mgmt) @@ -1754,6 +1758,10 @@ def test_fils_and_ft_over_ds(dev, apdev, params): """FILS SK using ERP and FT-over-DS (SHA256)""" run_fils_and_ft_over_ds(dev, apdev, params, "FT-FILS-SHA256") +def test_fils_and_ft_over_ds_sha384(dev, apdev, params): + """FILS SK using ERP and FT-over-DS (SHA384)""" + run_fils_and_ft_over_ds(dev, apdev, params, "FT-FILS-SHA384") + def run_fils_and_ft_over_ds(dev, apdev, params, key_mgmt): hapd = run_fils_and_ft_setup(dev, apdev, params, key_mgmt)