CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/09 02:23:39
Modified files:
lib/libtls : tls_client.c
Log message:
When parsing the host in tls_connect(), first check if it is a numeric
IPv4 or IPv6 address before trying to resolve the address with the
AI_ADDRCONFIG flag set. This makes sure that attempts to connect to
numeric IPs or loopback addresses are always possible and not
prevented by AI_ADDRCONFIG.
OK jsing@ tedu@
