Re: Clarifications on using libcurl

2013-09-11 Thread Nick Zitzmann
On Sep 11, 2013, at 12:45 PM, Daniel Stenberg wrote: >> 4. Can libcurl be used with Common Crypto (which is recommened for replacing >> openssl)on Mac? > > I suspect that's the same thing we refer to as darwinssl, but I'm not really > the expert on the topic. On Mac and iOS, I made it so tha

Re: A Question On Libcurl Performance

2013-09-11 Thread David Strauss
On Sat, Aug 31, 2013 at 11:57 AM, Thomas Dineen wrote: > For both Solaris 10 and Fedora 14 Fedora 14 hasn't been supported since 2011, and many of its libraries are very old now. -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile] -

Re: RTSP and authentication

2013-09-11 Thread Guido Schade
Thanks for your reply. Never mind, using libav for this now, just since I was using libcurl for http requests I thought I could use it for RTSP as well. Cheers On Thu, Sep 12, 2013 at 8:06 AM, Daniel Stenberg wrote: > On Wed, 11 Sep 2013, Guido Schade wrote: > > Adding the standard auth setti

Re: RTSP and authentication

2013-09-11 Thread Daniel Stenberg
On Wed, 11 Sep 2013, Guido Schade wrote: Adding the standard auth settings (which work for http requests) (or having username / password in the URI) does not seem to help. ... What am I missing? I don't know. Looks like it could be a bug. RTSP is not one of the most used protocols in libc

Sending email

2013-09-11 Thread ols6000
Hi - I am trying to use libcurl in a Windows C++/MFC application, to send email, starting with the example pgm smtp-tls.c. There is some difficulty with the certificate verification process, which I am not familiar with, and don't understand. Any tips on what is wrong, or where to look? He

Re: Clarifications on using libcurl

2013-09-11 Thread Daniel Stenberg
On Wed, 11 Sep 2013, nithesh salian wrote: I am planning to use libcurl for providing SFTP/FTP/FTPS/WebDAV support in my app on Mac and Win 64 bit environment. 1. Is there any documentation or link related on the various components (which would be modern and not deprecated) to make this happ