Add *smime-sign-include-certs* (and *-user@host*) options..
commit7ef12c985a79cded52164fffb7eec0324cd02684
authorSteffen Daode Nurpmeso <sdaoden@gmail.com>
Sat, 19 May 2012 18:57:30 +0000 (19 20:57 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Tue, 18 Sep 2012 15:18:41 +0000 (18 17:18 +0200)
treef9953f6de592cde2329f0bda20de6e92e1c9900c
parentc9f112912bf52900659ab40830ebe1ee8695b7de
Add *smime-sign-include-certs* (and *-user@host*) options..

Those can be used to specify additional certificates which are
to be included in the S/MIME message in addition to the main one
given in *smime-sign-cert*.
They are interpreted as lists of comma-separated filenames, each
of which containing a single certificate in PEM format.
The filenames are expanded as usual so that +/~ prefixes work.

This missing feature was discovered and analyzed by
Ezequiel Garzón (garzon (DOT) lucero (AT) gmail (DOT) com) and
Martin Neitzel (neitzel (AT) gaertner (DOT) de).
The author of the changeset was left alone in a horrible way in
the test phase.

P.S.:
the error execution paths in openssl.c could be made *much*
cleaner.  For now simply add yet another patch on top of it.
mailx.1
openssl.c