1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

"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...
This commit is contained in:
Daniel Stenberg 2001-08-02 17:08:24 +00:00
parent 2b44fdab2e
commit e1d8c5daa7

View File

@ -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.