Hi,
I have a problem when trying to sign/encrypt. I noticed that only the
headers have \r\n at the end of the lines (the base64 part has as eol
only \n). In order to make it to work, now I'm replacing \n with \r\n, but
it's not a good solution for big e-mails.
For ex. when encrypting I call PKCS7_encrypt() with no flags and
SMIME_write_PKCS7() with the PKCS7_CRLFEOL flag.
I'm using the library on win32; I use as input a file BIO and as output a memory BIO. Do I need to call those functions with other flags or is this a known
bug?
TIA,
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Cosmin |
- Re: CRLF missing at the eol when signing/encrypting smi... Cosmin
- Re: CRLF missing at the eol when signing/encryptin... Dr. Stephen Henson
- Re: CRLF missing at the eol when signing/encryptin... Dr. Stephen Henson