Fred Fillon wrote:
> 
> Hi !
> 
> I am newbie in openssl, and I have some problems with decrypting email (from
> outlook / oootlook express / eudora etc ...)
> In fact I do not really know what I have to do.
> 
> what I did :
> 1) I imported my certificate file (fred.p12 file) in outlook (now I can sign
> my emails, wonderfull ...)
> 
> 2) Encrypting message with :
>  openssl smime -encrypt -in /tmp/t4 -from [EMAIL PROTECTED] -to
> [EMAIL PROTECTED] -subject "Encrypted message"  -des3 /usr/local/s
> sl/certs/fred.pem
> 
> 3) I received an email with the lock symbol, but impossible to decrypt it.
> 

Couple of possibilities. 

The message you encrypt (/tmp/t4) must have valid MIME headers or if you
include the -text option plain text headers will be added automatically.

Secondly your version of Outlook (more specifically CryptoAPI) must
support 3DES encryption. You may need to obtain the domestic security
patch (aka 128 bit patch) from MS site somewhere. The about box in MSIE
should have a link to the relevant page.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

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

Reply via email to