From: Jouni Malinen Date: Sun, 2 Feb 2025 15:25:01 +0000 (+0200) Subject: tests: Enable TLS 1.3 tests with OpenSSL 3.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85851d1dcdb149f8341a52037beeb9c14d7f6cc8;p=thirdparty%2Fhostap.git tests: Enable TLS 1.3 tests with OpenSSL 3.4 Replace the explicit list of OpenSSL 3.x versions with a wildcard 3.* entry since TLS 1.3 support is very unlikely to be removed in the future versions. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index fe97080d9..6cf427eb1 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -99,8 +99,7 @@ def check_pkcs5_v15_support(dev): def check_tls13_support(dev): tls = dev.request("GET tls_library") - ok = ['run=OpenSSL 1.1.1', 'run=OpenSSL 3.0', 'run=OpenSSL 3.1', - 'run=OpenSSL 3.2', 'run=OpenSSL 3.3', 'wolfSSL'] + ok = ['run=OpenSSL 1.1.1', 'run=OpenSSL 3.', 'wolfSSL'] for s in ok: if s in tls: return