aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-12 06:16:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-12 06:16:20 +0000
commit69994f01142d21483feb8fac74553ff01cb1f6ad (patch)
tree28ab7989e6a480586b3415e091c5ee5a56ee165e /docs/TODO
parent879c6c5711b3ac2344f5a44cbb1cbd36420b3a5a (diff)
we must fix SSL when IPv6 is enabled, since we can still connect to ipv4
sites and then SSL works perfectly
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index eb78a9ce3..d030e1231 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.