From: Daniel Stenberg Date: Thu, 12 Apr 2001 06:16:20 +0000 (+0000) Subject: we must fix SSL when IPv6 is enabled, since we can still connect to ipv4 X-Git-Tag: curl-7_7_2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69994f01142d21483feb8fac74553ff01cb1f6ad;p=thirdparty%2Fcurl.git we must fix SSL when IPv6 is enabled, since we can still connect to ipv4 sites and then SSL works perfectly --- diff --git a/docs/TODO b/docs/TODO index eb78a9ce32..d030e12315 100644 --- a/docs/TODO +++ b/docs/TODO @@ -11,6 +11,10 @@ TODO To do for the next release: + * Make sure SSL works even when IPv6 is enabled. We just can't connect to + IPv6 sites and use SSL, but we should detect that particular condition + and warn about it. + * Make SSL session ids get used if multiple HTTPS documents from the same host is requested.