aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-02 17:08:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-02 17:08:24 +0000
commite1d8c5daa73450f8cbd391751eabef06aedfe14c (patch)
tree4c8d423148ebaa70277d5f8f2ff152e8ccedc037 /docs/TODO
parent2b44fdab2ebf7b7de65fa5e6699bb56167224a47 (diff)
"Add an interface that enables a user to select prefered SSL ciphers to use."
Rob Styles posted the question, as he could've used this...
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 59bfbf61f..742f7b353 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -12,6 +12,8 @@ TODO
To do in a future release (random order):
+ * Add an interface that enables a user to select prefered SSL ciphers to use.
+
* Make curl deal with cookies better. libcurl should be able to maintain a
"cookie jar". Updating it with cookies that is received, and using it to
pass cookies to the servers that have matching cookies in the jar.