Rainer Giedat wrote:
> i have a hard time figuring out how i can print the cipher used to
> encrypt a smime encrypted mail.

openssl smime -in test.eml -pk7out|openssl asn1parse

Or with OpenSSL 1.0 in case S/MIME MUA sent CMS instead of PKCS#7:

openssl cms -in test.eml -cmsout -outform pem|openssl asn1parse

Ciao, Michael.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to