]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a PKCS12 test to check with one input cert we get one output cert
authorMatt Caswell <matt@openssl.org>
Tue, 6 Jul 2021 10:31:28 +0000 (11:31 +0100)
committerPauli <pauli@openssl.org>
Fri, 9 Jul 2021 00:25:11 +0000 (10:25 +1000)
commit35258435ddc9a1afe7da0a1de78607bd3cbf837a
tree31e39dd1cf0243e0534dd43b71a0940c9b44b69a
parentbe618c7cc18ab0cbaf0538128705de7f60975ad7
Add a PKCS12 test to check with one input cert we get one output cert

Following on from the regression in issue #15983, add a test that with
one input cert, we get one cert in the pkcs12 file, and that it has the
expected friendlyName.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16001)
test/recipes/80-test_pkcs12.t