Closed
Bug 47834
Opened 25 years ago
Closed 25 years ago
PSM support for IPv6
Categories
(Core :: Security: PSM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jgmyers, Assigned: jgmyers)
References
()
Details
(Whiteboard: r=ddrinan)
Attachments
(1 file)
2.07 KB,
patch
|
Details | Diff | Splinter Review |
PSM needs to support IPv6 addresses.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
Adding testcase URL. Userid/password: dummy
Comment 4•25 years ago
|
||
hrm.. forgot about this "bug", in any case, IPv6 in the current PSM is working
now for me.
Comment 5•25 years ago
|
||
I cannot reach the above site, so IPv6 appears to not be supported yet.
Comment 8•25 years ago
|
||
This bug depends on NSS bug #48657, which was
fixed in NSS 3.1. Since PSM is using NSS 3.1.1
now, I request that this bug be considered for
the next PSM release so that PSM can do SSL over
IPv6.
Comment 11•25 years ago
|
||
Nit picked in code that predates the patch, but was modified by it:
! prstatus = PR_GetIPNodeByName(conn->hostName, PR_AF_INET6, PR_AI_DEFAULT,
!
buffer, 256, &hostentry);
Use sizeof buffer instead of 256. (Style whine: indent buffer to underhang the
first actual param, conn->hostName.)
Fix the above and sr=brendan@mozilla.org. Thanks,
/be
Comment 12•25 years ago
|
||
Forgot to add that diff -u rules, please use it when generating patches for best
readability -- thanks.
/be
Assignee | ||
Comment 13•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 14•25 years ago
|
||
Reopening. With the 1-2-00 WinNT trunk build, I cannot reach the above site, so
IPv6 appears to not be supported yet.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 15•25 years ago
|
||
The test site in the URL does not appear to be in the DNS any more.
Even if it were there, this bug could only be tested on an OS which has IPv6
support connected to an IPv6 capable network. Windows and MacOS do not yet have
IPv6 support. Linux only has IPv6 support if the kernel is compiled with that
support explicitly enabled. The Netscape firewall does not pass IPv6 packets
through to the Internet, so internal testers can only test against internal
servers.
Reclosing FIXED. CC'ing spstarr@visualnet.dhs.org, who provided the test case
URL in a duplicate bug. Hopefully spstarr@visualnet.dhs.org will be able to
verify this bug.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
Marking verified if there are no further objections.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•