Hello openssl-users,

Have a problem with sending emails signed (S/MIME)  using OpenSSL

Post command:
> openssl smime -sign -text -in message.txt -out signed.txt -signer my.cert
                -inkey my.key -certfile other.cert -from <[EMAIL PROTECTED]> 
-to <[EMAIL PROTECTED]>

Message successfully signed.
Sending message but email client (Mozilla, Outlook) says "message tempered"

But  if  I  use '-nodetach' option, everything works perfect for every
mail  client.  How do I make it work in detached format? How do I make
email  client  understand  messages  with separate text signed without
-nodetach option? Your help will be much appreciated

Thank you

-- 
Best regards,
 Andrew                          mailto:[EMAIL PROTECTED]

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

Reply via email to