aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-06-24 15:21:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-06-24 15:21:49 +0000
commit25411e01db2a71761327c09139708f8b34163a4e (patch)
treec2de3b76ab2aae08b6cd5f779be5e072b797f9f7 /docs
parenta8ac6f1dc15056d39668bbed48fa9e7fee5e789a (diff)
Provide a libcurl API for setting mutex callbacks in the underlying SSL
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index e0c733d47..90852d810 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -135,6 +135,10 @@ TODO
SSL
+ * Provide a libcurl API for setting mutex callbacks in the underlying SSL
+ library, so that the same application code can use mutex-locking
+ independently of OpenSSL or GnutTLS being used.
+
* Anton Fedorov's "dumpcert" patch:
http://curl.haxx.se/mail/lib-2004-03/0088.html