- Jul 12, 2014
-
-
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
-
Dimitrios Siganos authored
-
-
- Jul 02, 2014
-
-
Ray Satiro authored
When an error has been detected, skip the final forced call to the progress callback by making sure to pass the current return code variable in the Curl_done() call in the CURLM_STATE_DONE state. This avoids the "extra" callback that could occur even if you returned error from the progress callback. Bug: http://curl.haxx.se/mail/lib-2014-06/0062.html Reported by: Jonathan Cardoso Machado
-
Dan Fandrich authored
-
Kamil Dudka authored
This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures.
-
Kamil Dudka authored
This feature was unintentionally disabled by commit ff92fcfb.
-
Kamil Dudka authored
... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404
-
- Jul 01, 2014
-
-
Dan Fandrich authored
-
- Jun 28, 2014
-
-
Steve Holme authored
-
- Jun 25, 2014
-
-
Dan Fandrich authored
-
- Jun 23, 2014
-
-
Dan Fandrich authored
-