Make PKCS7_NOCERTS match documentation.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 2 Jun 2014 12:40:00 +0000 (13:40 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 2 Jun 2014 12:53:51 +0000 (13:53 +0100)
commit812b7246d4b4033361342b2ef34fd24e73303add
treeefa1fdd3c876ed6f34db2b4c9f513a7408758cc6
parentdb305124f3cb35ee83ffa54503299207cab5455e
Make PKCS7_NOCERTS match documentation.

As documented PKCS7_NOCERTS should only exclude the signer's certificate
and not any supplied in the "certs" parameter. This makes it possible to
exclude the signer's certificate but include other certificates. Applications
that don't want to include other certificates should set "certs" to NULL
anyway.
(cherry picked from commit 5c6f808b66f1a2e0fb2a508b24b845a88803fe3a)
crypto/pkcs7/pk7_smime.c