Commit 25411e01 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent a8ac6f1d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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