From: Jouni Malinen Date: Thu, 17 Dec 2015 09:31:37 +0000 (+0200) Subject: tests: Run OCSP test cases with internal TLS library X-Git-Tag: hostap_2_6~1188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138903f91f090e70a8ecc18ef7f259c8be45a98c;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 14b7ac12c..9a34179c6 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -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)