tests: Run through OCSP tests with BoringSSL

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2015-10-08 16:07:31 +03:00 committed by Jouni Malinen
parent bdee6ca0e0
commit 0c6185fc73

View file

@ -50,8 +50,8 @@ def check_cert_probe_support(dev):
def check_ocsp_support(dev): def check_ocsp_support(dev):
tls = dev.request("GET tls_library") tls = dev.request("GET tls_library")
if "BoringSSL" in tls: #if "BoringSSL" in tls:
raise HwsimSkip("OCSP not supported with this TLS library: " + tls) # raise HwsimSkip("OCSP not supported with this TLS library: " + tls)
def read_pem(fname): def read_pem(fname):
with open(fname, "r") as f: with open(fname, "r") as f: