Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 05:47:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201099] feature request: openssl s_client add support IPv6
Message-ID:  <bug-201099-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201099

            Bug ID: 201099
           Summary: feature request: openssl s_client add support IPv6
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: andrey@bsdnir.info

openssl not work with ipv6 only hosts.

% openssl s_client -connect ipv6.google.com:443 -tls1 -tlsextdebug -status
gethostbyname failure
connect:errno=0

% ncat -6 --ssl -v ipv6.google.com 443
Ncat: Version 6.47 ( http://nmap.org/ncat )
Ncat: SSL connection to 2a00:1450:4013:c01::66:443. Google Inc
Ncat: SHA-1 fingerprint: 564B C539 C2A9 5675 EA9E 2803 D2AA 0E74 59B9 7AC0

OpenBSD have long time ago
man openssl
....
-6         Specify that s_client should attempt connections using IPv6 only.
....

FreeBSD only wiki suggestion?
In the wiki have https://wiki.freebsd.org/IPv6TODO#openssl_s_client (add WIP
with GSoC2012 )

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201099-8>