From: Jouni Malinen Date: Sat, 1 Aug 2015 15:43:12 +0000 (+0300) Subject: tests: Use openssl pkcs12 -descert workaround to allow FIPS mode X-Git-Tag: hostap_2_5~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35b0227c1477aee4b22d7ec9c34a64dda03e9c3;p=thirdparty%2Fhostap.git tests: Use openssl pkcs12 -descert workaround to allow FIPS mode The PKCS12 file with default openssl options cannot be used with OpenSSL 1.0.1 in FIPS mode. Replace this with -descert version as a workaround. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/auth_serv/user.pkcs12 b/tests/hwsim/auth_serv/user.pkcs12 index 9e0ced04b..0d5020190 100644 Binary files a/tests/hwsim/auth_serv/user.pkcs12 and b/tests/hwsim/auth_serv/user.pkcs12 differ diff --git a/tests/hwsim/auth_serv/user2.pkcs12 b/tests/hwsim/auth_serv/user2.pkcs12 index 097006238..eb17d9c39 100644 Binary files a/tests/hwsim/auth_serv/user2.pkcs12 and b/tests/hwsim/auth_serv/user2.pkcs12 differ