[openssl-dev] [openssl.org #1832] PATCH: force IPv4/IPv6 for s_client

2016-02-01 Thread Rich Salz via RT
openssl 1.1 will have full ipv6 support. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl.org #1832] PATCH: force IPv4/IPv6 for s_client

2009-01-31 Thread Corinna Vinschen
On Jan 30 11:52, (Damien Miller) via RT wrote: Hi, This diff changes the s_client and s_server apps to use getaddrinfo for address parsing rather than manual IPv4 parsing and gethostbyname. The patch appears to remove the call to GetHostByName entirely. What about systems not supporting

[openssl.org #1832] PATCH: force IPv4/IPv6 for s_client

2009-01-30 Thread (Damien Miller) via RT
Hi, This diff changes the s_client and s_server apps to use getaddrinfo for address parsing rather than manual IPv4 parsing and gethostbyname. This allows specification of port by name: openssl s_client -connect bugzilla.mindrot.org:https But the main point is to support IPv6. You can now