Hello, Is there a way to create a PKCS7 certificate from the cert and ca arguments returned from this function: int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca);
Given a PKCS12 credential, I need to create a PKCS7 file which includes the CA certificates (root certificate and intermediate certificate) also. thanks, Olivia
