From: Dr. David von Oheimb Date: Tue, 5 May 2020 12:18:46 +0000 (+0200) Subject: Add chain to PKCS#12 test file generation in 90-test_store.t X-Git-Tag: openssl-3.0.0-alpha4~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca015555b97f00101c5f7274e99302ffe2db500;p=thirdparty%2Fopenssl.git 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) --- 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]));