mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Enable Suite B test cases with OpenSSL 1.1.1
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
2b92c4f3c0
commit
d7e35c4e29
@ -27,7 +27,7 @@ def check_suite_b_tls_lib(dev, dhe=False, level128=False):
|
||||
if not tls.startswith("OpenSSL"):
|
||||
raise HwsimSkip("TLS library not supported for Suite B: " + tls)
|
||||
supported = False
|
||||
for ver in [ '1.0.2', '1.1.0' ]:
|
||||
for ver in [ '1.0.2', '1.1.0', '1.1.1' ]:
|
||||
if "build=OpenSSL " + ver in tls and "run=OpenSSL " + ver in tls:
|
||||
supported = True
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user