From: Jouni Malinen Date: Thu, 8 Oct 2015 13:07:31 +0000 (+0300) Subject: tests: Run through OCSP tests with BoringSSL X-Git-Tag: hostap_2_6~1556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6185fc73a5a690d856f1d48794353a685455b2;p=thirdparty%2Fhostap.git tests: Run through OCSP tests with BoringSSL Signed-off-by: Jouni Malinen --- 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: