Hi all,

In my application, I called PKCS7_encrypt() to encrypt a document. When I
call 
PEM_write_bio_PKCS7(out, p7) to write the encrypted document out to a file,
the encrypted content always
has 
--- BEGIN PKCS7 ---
--- END PKCS7 ---

wrapped arround it. And when I call PKCS7_decrypt(), it always need those
headers there if the format is in PEM.

Does openssl has another set of functions which can deals with BASE64
encoded PKCS7 content without those headers?

Thanks for any advices.
Kate

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

Reply via email to