Hi all.
I' m looking at the PKCS7_sign function:
....
if(!(flags & PKCS7_NOCERTS)) {
PKCS7_add_certificate(p7, signcert);
if(certs) for(i = 0; i < sk_X509_num(certs); i++)
PKCS7_add_certificate(p7, sk_X509_value(certs, i));
}
....
Why can't I include additional certificates in the p7 struct without
include signer certificate too?
I think it should be a legal p7 structure. Or not?
Thank you for your patience.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]