tests: Enable TLSv1.3 test cases with OpenSSL 3.3
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9fcc636daf
commit
9e3988fc64
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def check_pkcs5_v15_support(dev):
|
||||||
def check_tls13_support(dev):
|
def check_tls13_support(dev):
|
||||||
tls = dev.request("GET tls_library")
|
tls = dev.request("GET tls_library")
|
||||||
ok = ['run=OpenSSL 1.1.1', 'run=OpenSSL 3.0', 'run=OpenSSL 3.1',
|
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:
|
for s in ok:
|
||||||
if s in tls:
|
if s in tls:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue