]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable TLS 1.3 tests with OpenSSL 3.4
authorJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 15:25:01 +0000 (17:25 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 15:25:01 +0000 (17:25 +0200)
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 <j@w1.fi>
tests/hwsim/test_ap_eap.py

index fe97080d99dd5c5cb0919b413a68b27d4587a26e..6cf427eb1977a1f9675230332d16a7ac448d8f24 100644 (file)
@@ -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