]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix EAP-FAST protocol testing with older OpenSSL library versions
authorJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 17:25:56 +0000 (20:25 +0300)
committerJouni Malinen <jouni@codeaurora.org>
Mon, 3 Jun 2019 17:27:43 +0000 (20:27 +0300)
commitfe40c679d22b330a0fb9b35d9236666d9b364306
tree6acd8841bb4fce639addb54cbd314b79acd830ce
parent236f132c54aaf2ece66e42f4dbd26b4972906c10
tests: Fix EAP-FAST protocol testing with older OpenSSL library versions

Looks like the previous fix for a newer OpenSSL versions broke
functionality with older versions that did not seem to like @SECLEVEL=0
in the cipher list. Make that addition conditional on OpenSSL version to
work with both versions.

Fixes: e87e6f609bb1 ("tests: Fix EAP-FAST protocol testing with newer OpenSSL and pyOpenSSL")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_eap_proto.py