On Thu, May 13, 2004, David Gianndrea wrote:

> 
> 
> If I sent my self a signed message, is there a way using the openssl
> command to see what the SMIMECapabilities attribute is set too? Would
> it be a list of the OID's of all the ciphers?
> 
> 

If you create an email sign it and save as a draft then find the draft and
save it as a .eml file you can try:

openssl smime -pk7out -in message.eml -out mess.pem

openssl asn1parse -in mess.pem

you'll see things like des, rc2 and so on in there.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to