tests: Fix ap_wpa2_eap_too_many_roundtrips with OpenSSL 1.1.0
authorJouni Malinen <j@w1.fi>
Fri, 15 Jul 2016 09:40:16 +0000 (12:40 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jul 2016 10:30:57 +0000 (13:30 +0300)
commit78d2233f011760d48ad4f870f3adc0fbdd887340
treef8e670f115c28e571abf1c98f1eec076d2cc6c3d
parent460e5cdf430372df3fff366ff7085cfd4afe8818
tests: Fix ap_wpa2_eap_too_many_roundtrips with OpenSSL 1.1.0

Use a smaller fragment_size to force the roundtrip limit to be reached
with OpenSSL 1.1.0 which seemed to result in a bit shorter TLS messages
being used and being able to complete the authentication successfully
with the previously used fragment_size value.

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