From 0c6185fc73a5a690d856f1d48794353a685455b2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 8 Oct 2015 16:07:31 +0300 Subject: [PATCH] tests: Run through OCSP tests with BoringSSL Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_eap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 3b5731d14..9201d21ad 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -50,8 +50,8 @@ def check_cert_probe_support(dev): def check_ocsp_support(dev): tls = dev.request("GET tls_library") - if "BoringSSL" in tls: - raise HwsimSkip("OCSP not supported with this TLS library: " + tls) + #if "BoringSSL" in tls: + # raise HwsimSkip("OCSP not supported with this TLS library: " + tls) def read_pem(fname): with open(fname, "r") as f: