]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Skip ap_wpa2_eap_fast_server_oom with wolfSSL
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Thu, 4 Apr 2024 18:16:30 +0000 (20:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 17:33:48 +0000 (19:33 +0200)
commit645d58859e4c96fc9dacca4c126429e39b2bcc7f
tree9b3d6b46258a7d3c7a2c4db4b7a69db0f9a02c2d
parente41e91a437dfc96c2d2196e14ea9965d71a19168
tests: Skip ap_wpa2_eap_fast_server_oom with wolfSSL

wolfSSL sends the session ticket extension on the first TLS handshake.
This causes the malloc error to be triggered on the first connection
instead of the second and the failure event is not registered in this
test case.

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
tests/hwsim/test_ap_eap.py