[openssl.org #1361] PATCH: Adding IPv6 support to s_client and s_server

2006-07-13 Thread Jan Pazdziora via RT
Hello, attached please find a patch that makes it possible to use IPv6 addresses with openssl's s_client and s_server. The patch is against openssl-0.9.8b as found in the Fedora Core Rawhide openssl-0.9.8b-3.src.rpm package. Without this patch, using IPv6-only hostname fails with $

[openssl.org #1365] Re: IPv6 support in openssl's BIO

2006-07-18 Thread Jan Pazdziora via RT
On Thu, Jul 13, 2006 at 04:26:29PM +0200, Richard Levitte - VMS Whacker wrote: OK. I suggest I prepare a patch that will not change them (they will be IPv4-only), will mark them with #ifndef OPENSSL_NO_DEPRECATED, and will not add them to the .pod. Sounds reasonable? Yes. How about

Re: [openssl.org #1365] Re: IPv6 support in openssl's BIO

2006-07-20 Thread Jan Pazdziora via RT
On Tue, Jul 18, 2006 at 02:06:12PM +0200, Richard Levitte via RT wrote: I'm taking a look at it. Don't worry about RT stripping the attachment, that's just for outgoing email. The patch is in the database, and I just downloaded it. Richard, I prepared new version of the patch. Fixes:

Re: [openssl.org #1365] Re: IPv6 support in openssl's BIO

2006-07-21 Thread Jan Pazdziora via RT
On Thu, Jul 20, 2006 at 06:04:37PM +0200, Andy Polyakov via RT wrote: I want to point out that there is rudimentary IPv6 support in HEAD already. Well, it depends on new DSO_global_lookup, but it's not the point I want to emphasize. It is a very good point. I didn't know about it and I

Re: [openssl.org #1365] Re: IPv6 support in openssl's BIO

2006-07-21 Thread Jan Pazdziora via RT
On Fri, Jul 21, 2006 at 11:23:11AM +0200, Andy Polyakov via RT wrote: off-topic. DSO_global_lookup was not the point I wanted to emphasize! DSO_global_lookup is mentioned only because you'll have to cope with it in HEAD branch. I can see now that IPv6 support is in the HEAD branch, I