]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ap_wpa2_eap_ttls_server_cert_hash with internal TLS client
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2015 17:02:04 +0000 (19:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2015 17:02:04 +0000 (19:02 +0200)
Since the internal TLS client implementation in wpa_supplicant now has
sufficient support for this functionality, allow the test case to be
executed.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index 23f143979c09db37bdf0084bfe09531b98edde3a..16d111fcbe4cbde4d7ba8b5f31f9c9b70a34a942 100644 (file)
@@ -47,7 +47,7 @@ def check_domain_match_full(dev):
 
 def check_cert_probe_support(dev):
     tls = dev.request("GET tls_library")
-    if not tls.startswith("OpenSSL"):
+    if not tls.startswith("OpenSSL") and not tls.startswith("internal"):
         raise HwsimSkip("Certificate probing not supported with this TLS library: " + tls)
 
 def check_ocsp_support(dev):