]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: PKCS #8 private key with PKCS #5 v1.5 and v2.0 format
authorJouni Malinen <j@w1.fi>
Sat, 5 Dec 2015 18:24:53 +0000 (20:24 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 5 Dec 2015 18:27:27 +0000 (20:27 +0200)
commit96bf8fe1040bb18c321b383b10cdfcf58face9f9
tree2f81c30a3b21298e1a662fe45eff978f74419900
parent4db29e6a8a4584987322fe4f4d355a82763e69c6
tests: PKCS #8 private key with PKCS #5 v1.5 and v2.0 format

This verifies client private key use in encrypted PKCS #8 format with
PKCS #5 v1.5 format using pbeWithMD5AndDES-CBC and PKCS #5 v2.0 format
using PBES2 with des-ede3-cbc.

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