]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Skip ap_wpa2_eap_psk_oom and ap_ft_oom in FIPS mode
authorJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 18:37:24 +0000 (21:37 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Aug 2015 13:52:56 +0000 (16:52 +0300)
commit38934ed10084373fae277ccffea94633b570002f
tree365b9de2ca61a1377530edf4799fdda6fe9762c0
parent06cdd1cd79b16fe9b40823b113d1e69ea6155cc0
tests: Skip ap_wpa2_eap_psk_oom and ap_ft_oom in FIPS mode

omac1_aes_128() implementation within crypto_openssl.c is used in this
case and that cannot fail the memory allocation similarly to the
non-FIPS case and aes-omac1.c.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py
tests/hwsim/test_ap_ft.py