Hi, I modified the file "pk7_mime.c" to change the MIME headers from "content-type: text/plain" to "content-type: text/html" and recompiled.
I am using openssl/sendmail to trigger an email like: openssl smime -sign -in file.html -text -inkey veri.key \ -signer veri.pem -to [EMAIL PROTECTED] -from [EMAIL PROTECTED] \ | /usr/lib/sendmail [EMAIL PROTECTED] When the email is received by Outlook, it claims the signature is invalid due to the contents of the email being altered after it was sent. Every other characteristic is fine. If the "in" file is plain text then all is fine. This doesn't occur when the content-type is text/plain. Perhaps there's a simple answer to this? Thanks, Toby. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
