- Jul 15, 2014
-
-
Daniel Stenberg authored
After the fixed cookie lock deadlock, this test now passes and it detects double-locking and double-unlocking of mutexes.
-
Yousuke Kimoto authored
... by removing the extra mutex locks around th call to Curl_flush_cookies() which takes care of the locking itself already. Bug: http://curl.haxx.se/mail/lib-2014-02/0184.html
-
Daniel Stenberg authored
conversion to 'int' from 'long int' may alter its value
-
- Jul 14, 2014
-
-
Dan Fandrich authored
It's irrelevant to the test, and will change depending on which SSL library is being used by libcurl.
-
Dan Fandrich authored
Reported-by: David Woodhouse
-
Michał Górny authored
Use ${host_alias}-krb5-config if available. This improves cross- compilation support and fixes multilib on Gentoo (at least).
-
David Woodhouse authored
Before GnuTLS 3.3.6, the gnutls_x509_crt_check_hostname() function didn't actually check IP addresses in SubjectAltName, even though it was explicitly documented as doing so. So do it ourselves...
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Jul 12, 2014
-
-
Dan Fandrich authored
Reported-by: David Woodhouse
-
Dan Fandrich authored
The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse
-
Dan Fandrich authored
-
Dan Fandrich authored
This previously caused a fatal error (with a confusing error code, at that). Reported by: Glen A Johnson Jr.
-
Steve Holme authored
-
Steve Holme authored
Bug: http://curl.haxx.se/mail/lib-2014-07/0103.html Reported-by: David Woodhouse
-
Steve Holme authored
The curl tool project files for VC7 to VC12 would override the default setting with the output filename being the same as the linker PDB file. As such the compiler file would be overwritten with the linker file for all debug builds. To avoid this overwrite and for consistency with the libcurl project files, removed the setting to force the default filename to be used.
-
- Jul 11, 2014
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but the code path in which they're referenced here is only ever used for somewhat older GnuTLS versions. This caused undeclared identifier errors when compiling against those.
-
Dan Fandrich authored
This seems to have become necessary for SRP support to work starting with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS before the function that takes this priority string, there should be no issue with backward compatibility.
-
Dan Fandrich authored
-
Dan Fandrich authored
These tests have been broken since commit 1958fe57 in Oct. 2011
-
Dan Fandrich authored
-
Dan Fandrich authored
This makes the behaviour consistent with what happens if a date can be extracted from the certificate but is expired.
-
- Jul 10, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
... with a mention of *NOSIGNAL, based on talk in bug #1386
-
- Jul 09, 2014
-
-
Dan Fandrich authored
This showed itself on some systems with torture failures in tests 1060 and 1061
-
- Jul 05, 2014
-
-
Dan Fandrich authored
-
- Jul 04, 2014
-
-
Marcel Raad authored
... pointed out by MSVC2013 Bug: http://curl.haxx.se/bug/view.cgi?id=1391
-
Kamil Dudka authored
Otherwise NSS could use an already freed item for another connection.
-
Kamil Dudka authored
-
- Jul 03, 2014
-
-
Kamil Dudka authored
... and spell it as crl_der instead of crlDER
-
Kamil Dudka authored
-
Kamil Dudka authored
... that contains the declaration of PL_ArenaFinish()
-
Kamil Dudka authored
This prevents valgrind from reporting still reachable memory allocated by NSPR arenas (mainly the freelist). Reported-by: Hubert Kario
-
Dimitrios Siganos authored
-
Dimitrios Siganos authored
-
Dimitrios Siganos authored
-
Dimitrios Siganos authored
-