From: Jouni Malinen Date: Wed, 8 Jan 2014 15:06:36 +0000 (+0200) Subject: tests: CA certificate in DER format X-Git-Tag: hostap_2_1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f8994c62330e10ad2f23ce4ededf48b1d0baa68;p=thirdparty%2Fhostap.git tests: CA certificate in DER format Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/auth_serv/ca.der b/tests/hwsim/auth_serv/ca.der new file mode 100644 index 000000000..09d5fa051 Binary files /dev/null and b/tests/hwsim/auth_serv/ca.der differ diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 7272711cf..3559f3b79 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -172,7 +172,7 @@ def test_ap_wpa2_eap_ttls_chap(dev, apdev): hostapd.add_ap(apdev[0]['ifname'], params) eap_connect(dev[0], apdev[0], "TTLS", "chap user", anonymous_identity="ttls", password="password", - ca_cert="auth_serv/ca.pem", phase2="auth=CHAP") + ca_cert="auth_serv/ca.der", phase2="auth=CHAP") hwsim_utils.test_connectivity(dev[0].ifname, apdev[0]['ifname']) eap_reauth(dev[0], "TTLS")