From: Pauli Date: Sat, 1 May 2021 03:38:34 +0000 (+1000) Subject: test: fix failure with FIPS and no-des configured. X-Git-Tag: openssl-3.0.0-alpha16~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cd43084cacb976ef79bbc23ccab048b06e5c1c;p=thirdparty%2Fopenssl.git test: fix failure with FIPS and no-des configured. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15105) --- diff --git a/test/recipes/80-test_pkcs12.t b/test/recipes/80-test_pkcs12.t index b259c1a3354..12189da3a30 100644 --- a/test/recipes/80-test_pkcs12.t +++ b/test/recipes/80-test_pkcs12.t @@ -96,8 +96,8 @@ SKIP: { } SKIP: { - skip "Skipping legacy PKCS#12 test because RC2 is disabled in this build", 1 - if disabled("rc2") || disabled("legacy"); + skip "Skipping legacy PKCS#12 test because the required algorithms are disabled", 1 + if disabled("des") || disabled("rc2") || disabled("legacy"); # Test reading legacy PKCS#12 file ok(run(app(["openssl", "pkcs12", "-export", "-in", srctop_file(@path, "v3-certs-RC2.p12"),