[PATCH] ssl: fix engine refs in duphandle/openssl.cnf support

2013-04-23 Thread Jerry Qassar
easy: Increment engine reference in curl_easy_duphandle When external programs (such as git) try to set the SSL engine, they set the engine in the default handle but subsequently (if using multi) obtain a duplicate handle to do the actual work. curl_easy_duphandle did not do anything with state.e

Re: Curl 7.29.0 core dump

2013-04-23 Thread Michael Wood
On 23 April 2013 17:28, Ceri Davies wrote: [...] > I do not use https, just regular http. > mutex callbacks sound interesting, what are they, are they only relevant to > https? The mutex callbacks are only relevant to SSL/TLS (and therefore HTTPS). -- Michael Wood -

Re: Curl 7.29.0 core dump

2013-04-23 Thread Ceri Davies
Daniel Stenberg haxx.se> writes: > > On Fri, 19 Apr 2013, Ceri Davies wrote: > > > I'm an experienced programmer but new to curl. I have implemented a fuse > > filesystem that send notifications on open/close mkdir/rmdir events via curl > > to a web logic server, by emulating a SOAP/XML re

RE: SMTP returns "read function returned funny values" for large attachments: Resolved.

2013-04-23 Thread Steve Holme
Hi Mark, On Tue, 23 Apr 2013, mwt Bigpond wrote: > Thanks for your quick response to my problem on large attachments > in Curl SMTP. Your welcome. > I now chunk up to Curl max buffer size in the callback, and it works fine! Cool - Glad you got things working. Kind Regards Steve ---