]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable TLSv1.3 test cases with OpenSSL 3.3
authorJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 08:08:50 +0000 (11:08 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 08:08:50 +0000 (11:08 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index aafca8daf1fab67706e81b37d18aa76b65e1da20..f8e75b5fb065115bb914d631045879df139faa47 100644 (file)
@@ -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