Closed
Bug 224138
Opened 22 years ago
Closed 22 years ago
Can't send S/MIME encrypted messages
Categories
(MailNews Core :: Security, defect)
MailNews Core
Security
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ch.ey, Assigned: sspitzer)
References
Details
Attachments
(1 file)
697 bytes,
patch
|
mscott
:
superreview+
asa
:
approval1.6b+
|
Details | Diff | Splinter Review |
I'm now able to generate encrypted messages and immediately run in a regression
from bug 163783.
S/MIME encrypted messages can't be sent because the messages last line doesn't
end with and CRLF. Before the fix of bug 163783 the send code added an
additional CRLF to the end of the message so this flaw didn't strike someone.
I didn't find the place where to add the CRLF, so someone else has to fix this.
The fix to this is _not_ to back out the other patch because each line of the
body itself has to be terminated by CRLF.
Reporter | ||
Comment 1•22 years ago
|
||
*** Bug 224238 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 2•22 years ago
|
||
*** Bug 224402 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Flags: blocking1.6a?
Reporter | ||
Comment 3•22 years ago
|
||
1.6a is already out, I doubt anyone can stop it now.
Flags: blocking1.6a?
Comment 4•22 years ago
|
||
I propose to fix this bug, by making the logic in bug 163783 more intelligent.
See my comments there.
Reporter | ||
Comment 5•22 years ago
|
||
I think I finally managed to find an appropriate place to add the missing CRLF.
This code makes S/MIME encrypted messages work again.
Reporter | ||
Comment 6•22 years ago
|
||
Comment on attachment 135129 [details] [diff] [review]
proposed patch
Should make it unnecessary to back out patch of bug 163783.
Attachment #135129 -
Flags: review?(kaie)
Reporter | ||
Updated•22 years ago
|
Flags: blocking1.6b?
Comment 7•22 years ago
|
||
I'm begging for this bug to be fixed .... please. What is the process to get
the above-mentioned patch placed into the trunk builds? (I know, I'm completely
ignorant of the process around here) Just wanted to see if I could stress a bit
more how important S/MIME encryption capability is for many of us corporate users.
Thanks.
Reporter | ||
Comment 8•22 years ago
|
||
It's easy to get it in, the patch just need to be reviewed - I'm waiting for Kai.
Comment 9•22 years ago
|
||
Chris or Scott, can you help drive this patch?
Comment 10•22 years ago
|
||
Comment on attachment 135129 [details] [diff] [review]
proposed patch
Let's get this checked in today.
Attachment #135129 -
Flags: superreview+
Comment 11•22 years ago
|
||
Comment on attachment 135129 [details] [diff] [review]
proposed patch
a=asa (On behalf of drivers) for checkin to Mozilla 1.6 Beta.
Attachment #135129 -
Flags: approval1.6b+
Comment 12•22 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 13•22 years ago
|
||
Great, thanks!
Flags: blocking1.6b?
Reporter | ||
Updated•22 years ago
|
Attachment #135129 -
Flags: review?(kaie)
Comment 14•22 years ago
|
||
*** Bug 224822 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•