]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use RSA key format in ap_wpa2_eap_tls_blob
authorJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 16:02:52 +0000 (18:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Jan 2015 22:19:21 +0000 (00:19 +0200)
commit62750c3e8062800543a1148acd766b478517e507
tree2886aa6a1ed9b9b3744d6b64a0a8c607feb6d38d
parent24579e7047851330b616eff8d4a8d0e48dab4509
tests: Use RSA key format in ap_wpa2_eap_tls_blob

This format as a DER encoded blob is supported by both OpenSSL and
GnuTLS while the previous OpenSSL specific format did not get accepted
by GnuTLS.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/auth_serv/user.rsa-key [new file with mode: 0644]
tests/hwsim/test_ap_eap.py