mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Run OCSP test cases with internal TLS library
There is no sufficient OCSP support to go through these test cases. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8ba8c01d0c
commit
138903f91f
@ -73,8 +73,8 @@ def check_ext_cert_check_support(dev):
|
||||
|
||||
def check_ocsp_support(dev):
|
||||
tls = dev.request("GET tls_library")
|
||||
if tls.startswith("internal"):
|
||||
raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
|
||||
#if tls.startswith("internal"):
|
||||
# raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
|
||||
#if "BoringSSL" in tls:
|
||||
# raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user