Closed
Bug 127820
Opened 23 years ago
Closed 23 years ago
Mozilla fails to verify correct signature of Mails
Categories
(MailNews Core :: Security: S/MIME, defect, P2)
Tracking
(Not tracked)
CLOSED
WORKSFORME
psm2.2
People
(Reporter: timtas, Assigned: KaiE)
Details
Attachments
(2 files)
When receiving a normal signed Mail, Mozilla will indicate an invalid signature,
although the signature is valid by any means (Hash and Trust Chain). Netscape
4.7x, Outlook and openssl smime will all report the signature as "valid".
This used to work in the first Releases of Mozilla with S/MIME.
This is the root certificate to check the signed message with. The command with
openssl is:
openssl smime -verify -in signed_mail.txt -CAfile root.crt
It will verify successfully.
This is a message (taken out of Mozilla by "View Source") that is not verified
properly in Mozilla but in Netscape, Outlook and openssl.
The openssl command is:
openssl smime -verify -in signed_mail.txt -CAfile root.crt
Comment 3•23 years ago
|
||
to PSM
Assignee: ducarroz → ssaux
Component: MIME → S/MIME
Product: MailNews → PSM
QA Contact: esther → alam
Summary: Mozilla fails to verify correct signature of Mails → Mozilla fails to verify correct signature of Mails
Version: other → 2.0
Comment 4•23 years ago
|
||
kai
Assignee: ssaux → kaie
Severity: blocker → major
Priority: -- → P2
Target Milestone: --- → 2.2
| Assignee | ||
Comment 5•23 years ago
|
||
I think this is either meanwhile fixed, or there is a problem with the trust in
your security database.
Here is why I think so:
I put your mail manually into a mailbox in my local mail folders.
When I open that message, it is displayed as signed.
Can you please test again?
If you still see this problem, please reopen this bug, and describe the trust of
your CA certs.
Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You are right, this is now fixed (im Mozilla 0.9.9), the message will display
correctly. This now only leaves:
- opaque signed messages
- Outlook signed/encrypted messages
- Encrypting messages using dual keys
But I enyou the great progress being, made.
Thanks
Tim
Status: RESOLVED → CLOSED
You need to log in
before you can comment on or make changes to this bug.
Description
•