summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-01 05:38:34 +0200
committerPauli <pauli@openssl.org>2021-05-04 12:39:28 +0200
commit67cd43084cacb976ef79bbc23ccab048b06e5c1c (patch)
tree329ba6343f1d7d556a242af512ecead0f1cc4a30
parentAPPS: Add passphrase handling in the "rsa" and "dsa" commands (diff)
downloadopenssl-67cd43084cacb976ef79bbc23ccab048b06e5c1c.tar.xz
openssl-67cd43084cacb976ef79bbc23ccab048b06e5c1c.zip
test: fix failure with FIPS and no-des configured.
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15105)
-rw-r--r--test/recipes/80-test_pkcs12.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/80-test_pkcs12.t b/test/recipes/80-test_pkcs12.t
index b259c1a335..12189da3a3 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"),