"Add an interface that enables a user to select prefered SSL ciphers to use."
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Aug 2001 17:08:24 +0000 (17:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Aug 2001 17:08:24 +0000 (17:08 +0000)
Rob Styles posted the question, as he could've used this...

docs/TODO

index 59bfbf6..742f7b3 100644 (file)
--- 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.