diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-06-24 15:21:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-06-24 15:21:49 +0000 |
commit | 25411e01db2a71761327c09139708f8b34163a4e (patch) | |
tree | c2de3b76ab2aae08b6cd5f779be5e072b797f9f7 /docs/TODO | |
parent | a8ac6f1dc15056d39668bbed48fa9e7fee5e789a (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/TODO')
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |