]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Provide a libcurl API for setting mutex callbacks in the underlying SSL
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 15:21:49 +0000 (15:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 15:21:49 +0000 (15:21 +0000)
library, so that the same application code can use mutex-locking
independently of OpenSSL or GnutTLS being used.

docs/TODO

index e0c733d47ea9c24524fdf9d5076f633f94075b6d..90852d8106ed4ae973aa16f98f48706e4e45dd6c 100644 (file)
--- 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