From: Daniel Stenberg Date: Sat, 24 Jun 2006 15:21:49 +0000 (+0000) Subject: Provide a libcurl API for setting mutex callbacks in the underlying SSL X-Git-Tag: curl-7_15_5~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25411e01db2a71761327c09139708f8b34163a4e;p=thirdparty%2Fcurl.git 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. --- diff --git a/docs/TODO b/docs/TODO index e0c733d47e..90852d8106 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