Allow reordering of certificates when signing.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 2 Jun 2014 13:12:07 +0000 (14:12 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 2 Jun 2014 13:22:07 +0000 (14:22 +0100)
commit14f47acf235797be4d59eeb07b151c66b5b0179a
tree4c9219e112cb9bff0516fa9cda57f066b8ea2d51
parent13b7896022e3b45c229696b6fec086c4c486ec5a
Allow reordering of certificates when signing.

Add certificates if -nocerts and -certfile specified when signing
in smime application. This can be used this to specify the
order certificates appear in the PKCS#7 structure: some broken
applications require a certain ordering.

PR#3316
apps/smime.c