]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Run through OCSP tests with BoringSSL
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 8 Oct 2015 13:07:31 +0000 (16:07 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 9 Oct 2015 20:48:30 +0000 (23:48 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_eap.py

index 3b5731d14d53ad5d9d8edc0c29b531bb1255f00e..9201d21ad0bac02f8923a21742a8564331f8aaf6 100644 (file)
@@ -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: