Hello,

If I run openssl -verify command it is successful but if I send the output
to /usr/sbin/sendmail to mail me, the outlook says invalid signature..

I am verifying like this:

openssl smime -sign -signer
/home/howler/processEmail/signedCert/email_sign_cert_prod.pem -inkey
/home/howler/processEmail/signedCert/email_sign_key_prod.p8 -passin
pass:P@ssw0rd -in /home/howler/processEmail/testing.html -from
[email protected] -to [email protected] -subject "test signing" -text
-out /tmp/mailOut -outform SMIME -binary


openssl smime -verify -in /tmp/mailOut -inform SMIME -content
/home/howler/processEmail/testing.html -noverify
/home/howler/processEmail/signedCert/email_sign_cert_prod.pem

On the contrarary, if I remove -binary flag, I can see cntr-M  in th eout
put but when I send out the email, outlook is all happy ..can't figure out
this..

Appreciate any help.

S



--
View this message in context: 
http://openssl.6102.n7.nabble.com/openssl-smime-sign-issue-tp48444p48464.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to