Bug 2822 - SSLIOP fails with ipv6
Summary: SSLIOP fails with ipv6
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: SSLIOP Pluggable Protocol (show other bugs)
Version: 1.5.6
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2007-02-20 12:36 CST by Johnny Willemsen
Modified: 2007-08-08 23:30 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2007-02-20 12:36:49 CST
seems ssliop is not updated for ipv6.
Comment 1 Phil Mesnier 2007-08-08 23:30:52 CDT
The support is improving. I've added small changes to ensure the connector allows IPv6 addresses and that Bidir contexts handle IPv6 endpoints OK.

The acceptor is derived from the IIOP acceptor and uses that base implementation for parsing addresses, so that is in good shape.

Likewise for the SSLIOP profile, it along with the SSLIOP endpoint make use of the IIOP base classes for encoding and decoding addresses so they seem to work.

To be sure, IPv6 extensions should be added to the orbsvcs/Security test suite, but spot manual runs with explicit -ORBEndpoints with IPv6 addresses are passing.