On Thu, 14 Apr 2016, Alex Lyakas wrote:
I was asked to emphasize the fact that we use several threads, and each thread has its own multi-handle. So we are doing multi-threaded transfers, while each thread operates on its own multi-handle. Does such usage require providing these SSL callbacks?
Yes you do. Those callbacks are necessary when you do SSL/TLS from more than one thread.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
