From: Jouni Malinen Date: Sat, 20 Apr 2024 08:08:50 +0000 (+0300) Subject: tests: Enable TLSv1.3 test cases with OpenSSL 3.3 X-Git-Tag: hostap_2_11~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e3988fc64479323dc05650ea59fa4c806011c4b;p=thirdparty%2Fhostap.git tests: Enable TLSv1.3 test cases with OpenSSL 3.3 Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index aafca8daf..f8e75b5fb 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -100,7 +100,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', 'wolfSSL'] + 'run=OpenSSL 3.2', 'run=OpenSSL 3.3', 'wolfSSL'] for s in ok: if s in tls: return