From owner-freebsd-bugs@freebsd.org Thu Jun 25 05:47:54 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75B9D98CA00 for ; Thu, 25 Jun 2015 05:47:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6328D10A4 for ; Thu, 25 Jun 2015 05:47:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5P5ls4n038858 for ; Thu, 25 Jun 2015 05:47:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201099] feature request: openssl s_client add support IPv6 Date: Thu, 25 Jun 2015 05:47:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: andrey@bsdnir.info X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 05:47:54 -0000 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.