Open
Bug 684459
Opened 14 years ago
Updated 3 years ago
SeaMonkey doesn't decrypt S/MIME e-mail encrypted with OpenSSL
Categories
(MailNews Core :: Security: S/MIME, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: sm-bugs-tp, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.1) Gecko/20110830 Firefox/6.0.1 SeaMonkey/2.3.1
Build ID: 20110830151746
Steps to reproduce:
1. Exported S/MIME certificate from SeaMonkey 2.3.1
2. Importet S/MIME certificate into Firefox 6.0.1
3. Exported public key into file smime-cert.cer using "Key Manager" Add-on for Firefox (doesn't work with SeaMonkey ...), data format X.509, encoding type Base64.
4. Sent encrypted e-mail using the following command:
echo Test | openssl smime -encrypt -to me@mydomain.tld -subject Test smime-cert.cer | /usr/lib/sendmail -t
5. Opened e-mail in SeaMonkey.
Actual results:
SeaMonkey shows that e-mail is encrypted but doesn't display any contents. No message about not being able to decrypt.
Expected results:
SeaMonkey displays the word "Test" in the message display window.
Comment 1•14 years ago
|
||
This is shared mailnews code so moving component.
Component: MailNews: General → Security: S/MIME
Product: SeaMonkey → MailNews Core
QA Contact: mail → s.mime
Version: SeaMonkey 2.3 Branch → 6
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•