Re: MD4 and MD5

2015-02-03 Thread Daniel Stenberg
On Tue, 3 Feb 2015, Daniel Stenberg wrote: I have a local patch for this now Pushed. Please keep your eyes open for funny build problems or whatever! -- / daniel.haxx.se --- List admin:

libcURL - OSX 10.10 - client certificates (CURLOPT_SSLCERT)

2015-02-03 Thread Hölzl , Dominik
Hello! Has anybody experience with client certificates (CURLOPT_SSLCERT) on Mac OSX (10.10)? I am currently setting the CN of a certificate installed in the key store with this option which basically works. But I have following problems: · I could not find a callback method

RE: CURL_EXTERN also used by VMS.

2015-02-03 Thread Patrick Monnerat
Daniel Stenberg wrote: 2. The requirement to always add new ones last in this generated list will be seriously awkward: right now multi.h is scanned last in the test (and I believe the OS/400 script) so for example new easy functions couldn't be added in easy.h where they all are now! I

MD4 and MD5

2015-02-03 Thread Daniel Stenberg
Hey all, A while ago, at a conference I didn't attend, someone pointed fingers at us for using code from RSA Inc with their license - and without properly following the conditions specified therein: The MD4 and MD5 implementations we use. Said person never contacted us about it and the only

RE: libcURL - OSX 10.10 - client certificates (CURLOPT_SSLCERT)

2015-02-03 Thread Joe Mason
From: curl-library [curl-library-boun...@cool.haxx.se] on behalf of Hölzl, Dominik [dominik.hoe...@fabasoft.com] Subject: libcURL - OSX 10.10 - client certificates (CURLOPT_SSLCERT) Has anybody experience with client certificates (CURLOPT_SSLCERT) on Mac OSX (10.10)? Yes, but not on OSX

Re: Fwd: [PATCH] opts: CURLOPT_CAINFO availability depends on SSL engine

2015-02-03 Thread Ray Satiro via curl-library
On 2/3/2015 2:45 AM, Daniel Stenberg wrote: On Tue, 3 Feb 2015, Ray Satiro via curl-library wrote: Also I have some other patches from [2] I didn't hear back about. Can you please send them again if they're still relevant? gskit and polarssl patches are bug fixes sslv3 or later patch is a

RE: MD4 and MD5

2015-02-03 Thread Steve Holme
On Tue, 3 Feb 2015, Daniel Stenberg wrote: Still, the claim was correct (even if those files are not built/used in many build configurations) and I intend to replace the implementations with two free ones that have no RSA copyrights. Cool... Slightly related but do you also know of any free

RE: MD4 and MD5

2015-02-03 Thread Daniel Stenberg
On Tue, 3 Feb 2015, Steve Holme wrote: Slightly related but do you also know of any free DES implementations? I would like to add our own DES implementation for when a Crypto engine doesn't support it. libtomcrypt is free and open enough:

[PATCH] STARTTRANSFER timer for POST requests getting response code 100

2015-02-03 Thread Lucas Manuel Rodriguez
Hello cURL devs!, A while ago I posted a small patch to fix [1] and a dummy server to reproduce the bug. Let me know if that works! [1]: http://sourceforge.net/p/curl/bugs/1213/ Thanks, Lucas Manuel Rodríguez. --- List admin: