Closed
Bug 191417
Opened 22 years ago
Closed 21 years ago
clean up TLS intolerant "restart" code
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
psm2.4
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file)
1.68 KB,
patch
|
KaiE
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
If a site is found to be TLS intolerant, nsNSSIOLayer will signal necko to
restart the connection. If detected on PR_Read, nsNSSIOLayer returns 0;
however, if detected on PR_Write, nsNSSIOLayer returns -1 with
PR_CONNECT_RESET_ERROR. it should really set PR_CONNECT_RESET_ERROR in both cases.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #113177 -
Flags: review?(kaie)
Assignee | ||
Updated•22 years ago
|
Attachment #113177 -
Flags: superreview?(bryner)
Comment 2•22 years ago
|
||
Comment on attachment 113177 [details] [diff] [review]
v1 patch
r=kaie
Attachment #113177 -
Flags: review?(kaie) → review+
Updated•22 years ago
|
Attachment #113177 -
Flags: superreview?(bryner) → superreview+
Comment 3•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•21 years ago
|
||
thank you jgmyers! i completely forgot about this patch. my normal bug queries
only cover mozilla milestones :-/
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•