diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-02 17:08:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-02 17:08:24 +0000 |
commit | e1d8c5daa73450f8cbd391751eabef06aedfe14c (patch) | |
tree | 4c8d423148ebaa70277d5f8f2ff152e8ccedc037 /docs/TODO | |
parent | 2b44fdab2ebf7b7de65fa5e6699bb56167224a47 (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/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |