From: Pauli Date: Tue, 11 Aug 2020 03:19:40 +0000 (+1000) Subject: PKCS#12 KDF: don't run tests with the FIPS provider. X-Git-Tag: openssl-3.0.0-alpha7~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e53cd5207615038de8496684d9aa3a18d50c388;p=thirdparty%2Fopenssl.git PKCS#12 KDF: don't run tests with the FIPS provider. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12624) --- diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 29fb224e630..a49f4b50aae 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -46,7 +46,6 @@ my @files = qw( evpmac_common.txt evpmd_sha.txt evppbe_pbkdf2.txt - evppbe_pkcs12.txt evppkey_dsa.txt evppkey_ecc.txt evppkey_ecdh.txt @@ -93,6 +92,7 @@ my @defltfiles = qw( evpmd_sm3.txt evpmd_whirlpool.txt evppbe_scrypt.txt + evppbe_pkcs12.txt evppkey_brainpool.txt evppkey_kdf_scrypt.txt evppkey_kdf_tls1_prf.txt