tests: CA certificate in DER format
authorJouni Malinen <j@w1.fi>
Wed, 8 Jan 2014 15:06:36 +0000 (17:06 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 8 Jan 2014 15:06:36 +0000 (17:06 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

tests/hwsim/auth_serv/ca.der [new file with mode: 0644]
tests/hwsim/test_ap_eap.py

diff --git a/tests/hwsim/auth_serv/ca.der b/tests/hwsim/auth_serv/ca.der
new file mode 100644 (file)
index 0000000..09d5fa0
Binary files /dev/null and b/tests/hwsim/auth_serv/ca.der differ
index 7272711..3559f3b 100644 (file)
@@ -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")