Openssl IPv6 Support

2014-11-05 Thread Mody, Darshan (Darshan)
Hi, Does Openssl support IPv6 officially?. Thanks Regards Darshan

Re: Openssl IPv6 Support

2014-11-05 Thread Matthias Apitz
El día Wednesday, November 05, 2014 a las 08:28:40AM +, Mody, Darshan (Darshan) escribió: Hi, Does Openssl support IPv6 officially?. Thanks Regards Darshan Hi, We are using openssl for our application servers with IPv6. It turned out that the function BIO_set_conn_hostname() (and

Re: Openssl IPv6 Support

2014-11-05 Thread Marcus Meissner
On Wed, Nov 05, 2014 at 08:28:40AM +, Mody, Darshan (Darshan) wrote: Hi, Does Openssl support IPv6 officially?. AFAIK the libssl and libcrypto libraries do not use sockets at all, these are left to the applications/libraries using them. So openssl does neither support ipv4 nor ipv6.

Re: Openssl IPv6 Support

2014-11-05 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Marcus Meissner Sent: Wednesday, November 05, 2014 04:10 On Wed, Nov 05, 2014 at 08:28:40AM +, Mody, Darshan (Darshan) wrote: Hi, Does Openssl support IPv6 officially?. AFAIK the libssl and libcrypto libraries do not use sockets

Re: Openssl IPv6 Support

2014-11-05 Thread Quanah Gibson-Mount
--On November 5, 2014 at 10:10:26 AM +0100 Marcus Meissner meiss...@suse.de wrote: On Wed, Nov 05, 2014 at 08:28:40AM +, Mody, Darshan (Darshan) wrote: Hi, Does Openssl support IPv6 officially?. AFAIK the libssl and libcrypto libraries do not use sockets at all, these are left to

Re: Openssl IPv6 Support

2014-11-05 Thread Matthias Apitz
El día Wednesday, November 05, 2014 a las 10:10:26AM +0100, Marcus Meissner escribió: On Wed, Nov 05, 2014 at 08:28:40AM +, Mody, Darshan (Darshan) wrote: Hi, Does Openssl support IPv6 officially?. AFAIK the libssl and libcrypto libraries do not use sockets at all, these are left

RE: Openssl IPv6 Support

2014-11-05 Thread Salz, Rich
It boggles the mind that to this day that patch has not been integrated in the 5 years since the bug was opened. So many things about openssl can boggle the mind :) In this particular case, I think the issue is that adding things to s_client/s_server apps isn't really enough to enable IPv6

Re: Openssl IPv6 Support

2014-11-05 Thread Kurt Roeckx
On Wed, Nov 05, 2014 at 02:07:16PM -0500, Salz, Rich wrote: It boggles the mind that to this day that patch has not been integrated in the 5 years since the bug was opened. So many things about openssl can boggle the mind :) In this particular case, I think the issue is that adding

Re: Openssl IPv6 Support

2014-11-05 Thread Marcus Meissner
On Wed, Nov 05, 2014 at 08:45:55AM -0800, Quanah Gibson-Mount wrote: --On November 5, 2014 at 10:10:26 AM +0100 Marcus Meissner meiss...@suse.de wrote: On Wed, Nov 05, 2014 at 08:28:40AM +, Mody, Darshan (Darshan) wrote: Hi, Does Openssl support IPv6 officially?. AFAIK the