diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-05-05 14:18:46 +0200 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-06-08 05:37:47 +0200 |
commit | 4ca015555b97f00101c5f7274e99302ffe2db500 (patch) | |
tree | c18f39a9079c1cfd3e981216e3b09c6ff5770d8f /test | |
parent | Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -l (diff) | |
download | openssl-4ca015555b97f00101c5f7274e99302ffe2db500.tar.xz openssl-4ca015555b97f00101c5f7274e99302ffe2db500.zip |
Add chain to PKCS#12 test file generation in 90-test_store.t
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11733)
Diffstat (limited to 'test')
-rw-r--r-- | test/recipes/90-test_store.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t index 9fd0acf762..0905232e35 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])); |