]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: fail_test instead of alloc_fail for aes_{encrypt,decrypt}_init
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 14 Jan 2016 17:46:14 +0000 (19:46 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 14 Jan 2016 18:10:16 +0000 (20:10 +0200)
commit7cbc8e671928fe80758fd4a7a45ed00722a115c6
tree5f9cdcfa126b4af3b2e33a0301f37743ca622962
parent465196ebd281eb8466a0a93efc48c508aba296a4
tests: fail_test instead of alloc_fail for aes_{encrypt,decrypt}_init

This is needed to fix ap_wpa2_eap_psk_oom, ap_wpa2_eap_sim_oom,
eap_proto_psk_errors, and ap_ft_oom with the new OpenSSL dynamic memory
allocation design.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_eap.py
tests/hwsim/test_ap_ft.py
tests/hwsim/test_eap_proto.py