> 
>       Is anyone have an example of the method to create a PKCS#7
> EnveloppedData
> when the different component of the PKCS#7 EnveloppedData comes from an
> particular application :
>       - recipient certificate.
>       - Encrypt Data.
>       - Wrapped Session Key.

I just know how to create a PKCS7 with the command line utility:

openssl crl2pkcs7 -certfile infile.pem -nocrl -out outfile.p7

where infile.pem is the file holding the PEM- encoded components and
outfile.p7 will contain the resulting pkcs7 file. Works great for
certificate chains at least.

Bye
Tim

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to