From 4ca015555b97f00101c5f7274e99302ffe2db500 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 5 May 2020 14:18:46 +0200 Subject: [PATCH] Add chain to PKCS#12 test file generation in 90-test_store.t Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11733) --- test/recipes/90-test_store.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t index 9fd0acf7621..0905232e35c 100644 --- a/test/recipes/90-test_store.t +++ b/test/recipes/90-test_store.t @@ -361,6 +361,7 @@ sub init { } run(app(["openssl", "pkcs12", "-inkey", $srckey, "-in", $srccert, "-passout", "pass:password", + "-chain", "-CAfile", "cacert.pem", "-export", "-macalg", $macalg, "-certpbe", $certpbe, "-keypbe", $keypbe, "-out", $dstfile])); -- 2.47.2