- Feb 23, 2008
-
-
Daniel Stenberg authored
http://curl.haxx.se/bug/feature.cgi?id=1900014 that makes libcurl (built to use OpenSSL) support a full chain of certificates in a given PKCS12 certificate.
-
- Feb 20, 2008
-
-
Daniel Stenberg authored
better control at the exact state of the connection's SSL status so that we know exactly when it has completed the SSL negotiation or not so that there won't be accidental re-uses of connections that are wrongly believed to be in SSL-completed-negotiate state.
-
- Feb 19, 2008
-
-
Guenter Knauf authored
http://sourceforge.net/tracker/index.php?func=detail&aid=1767276&group_id=976&atid=350976 Submitted by Kaspar Brand.
-
- Feb 07, 2008
-
-
Daniel Stenberg authored
them all use the same (hopefully correct) logic to make it less error-prone and easier to introduce library-wide where it should be used.
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
function itself adds that. Fixed on 50 or something strings!
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
use that prefix as we use that prefix only for library-wide internal global symbols.
-
- Dec 04, 2007
-
-
Yang Tse authored
-
- Dec 03, 2007
-
-
Daniel Stenberg authored
SSL-based server doesn't present a certificate when the request is told to ignore certificate verification anyway.
-
- Nov 05, 2007
-
-
Daniel Stenberg authored
consistency
-
- Oct 03, 2007
-
-
Daniel Stenberg authored
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint check in case it fails.
-
- Sep 25, 2007
-
-
Dan Fandrich authored
-
- Aug 30, 2007
-
-
Dan Fandrich authored
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
-
- Aug 27, 2007
-
-
Dan Fandrich authored
-
- Aug 24, 2007
-
-
Patrick Monnerat authored
-
- Aug 07, 2007
-
-
Patrick Monnerat authored
undef standard *printf before (re)defining them
-
- Aug 01, 2007
-
-
Daniel Stenberg authored
passed to it with curl_easy_setopt()! Previously it has always just refered to the data, forcing the user to keep the data around until libcurl is done with it. That is now history and libcurl will instead clone the given strings and keep private copies.
-
- Jul 29, 2007
-
-
http://curl.haxx.se/bug/view.cgi?id=1759542Daniel Stenberg authored
of a socket after it has been closed, when the FTP-SSL data connection is taken down.
-
- Jul 11, 2007
-
-
Daniel Stenberg authored
fail to connect if there is no Common Name field found in the remote cert. We should deprecate the support for this set to 1 anyway soon, since the feature is pointless and most likely never really used by anyone.
-
- May 22, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
peer's name in the SSL certificate when built for OpenSSL. The leak happens for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN name from UTF8.
-
- Apr 07, 2007
-
-
Yang Tse authored
-
- Mar 31, 2007
-
-
Daniel Stenberg authored
and they have to be non-NULL long before this check. CID 22 in the coverity.com scan
-
- Mar 27, 2007
-
-
Yang Tse authored
-
- Mar 26, 2007
-
-
Yang Tse authored
-
- Mar 25, 2007
-
-
Yang Tse authored
-
- Mar 14, 2007
-
-
Daniel Stenberg authored
it and avoid it, even if this cripples the CCC command
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since they're already included through "setup.h".
-
- Feb 21, 2007
-
-
Yang Tse authored
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 16, 2007
-
-
Yang Tse authored
-
- Feb 05, 2007
-
-
Daniel Stenberg authored
and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the timeouts with millisecond resolution instead. The only restriction to that is the alarm() (sometimes) used to abort name resolves as that uses full seconds. I fixed the FTP response timeout part of the patch. Internally we now count and keep the timeouts in milliseconds but it also means we multiply set timeouts with 1000. The effect of this is that no timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which equals 24.86 days. We probably couldn't before either since the code did *1000 on the timeout values on several places already.
-
- Jan 10, 2007
-
-
Dan Fandrich authored
-
- Jan 08, 2007
-
-
Linus Nielsen authored
-
- Jan 05, 2007
-
-
Daniel Stenberg authored
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it will make libcurl shutdown SSL/TLS after the authentication is done on a FTP-SSL operation.
-
- Nov 11, 2006
-
-
Daniel Stenberg authored
They all now return ssize_t to Curl_write(). Unfortunately, Curl_read() is in a sorrier state but it too would benefit from a similar cleanup.
-
- Nov 08, 2006
-
-
Daniel Stenberg authored
CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the SSL handshake. This is now stopped.
-
- Oct 21, 2006
-
-
Daniel Stenberg authored
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
-
- Oct 17, 2006
-
-
Yang Tse authored
-
- Sep 10, 2006
-
-
Yang Tse authored
-
- Jul 19, 2006
-
-
Yang Tse authored
-