Re: Reuse ssl session accross curl handles

2016-04-29 Thread Ray Satiro via curl-library
On 4/29/2016 3:56 AM, Thomas Glanzmann wrote: Hello, * Thomas Glanzmann [2016-04-29 09:45]: now that Ray has fixed session reuse, I wonder if it is possible to reuse SSL session across curl handles? If I use the same curl handle it works, but if I try to use

Re: Has anyone compiled 64-bit libcurl on Windows?

2016-04-29 Thread Patrick Seiter
Thank you very much Steve and Henri. Henri was right in that I was trying to compile libcurl 32-bit and 64-bit from the same directory without cleaning. How do I clean a curl build directory? I've just been deleting the whole folder and re-extracting. I tried this but I just get the help text:

Re: Reuse ssl session accross curl handles

2016-04-29 Thread Thomas Glanzmann
Hello, * Thomas Glanzmann [2016-04-29 09:45]: > now that Ray has fixed session reuse, I wonder if it is possible to > reuse SSL session across curl handles? If I use the same curl handle it > works, but if I try to use curl_easy_duphandle[1] it does _not_ work. > Any tricks

Reuse ssl session accross curl handles

2016-04-29 Thread Thomas Glanzmann
Hello, now that Ray has fixed session reuse, I wonder if it is possible to reuse SSL session across curl handles? If I use the same curl handle it works, but if I try to use curl_easy_duphandle[1] it does _not_ work. Any tricks to reuse session with multiple curl handles? If it is not possible,

Re: How to implement TLS session resumption in libcurl when connecting to FTPS servers

2016-04-29 Thread Thomas Glanzmann
Hello Ray, > Fixed in https://github.com/curl/curl/commit/9f498de I just tried it, and it works for me. Thank you for fixining this. Cheers, Thomas --- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: