- Nov 02, 2018
-
-
Daniel Stenberg authored
When not actually following the redirect and the target URL is only stored for later retrieval, curl always accepted "non-supported" schemes. This was a regression from 46e16406. Reported-by: Brad King Fixes #3210 Closes #3215
-
Daniel Gustafsson authored
Commit efc696a2 renamed persistant.c to persistent.c to fix the typo in the name, but missed to update the OpenVMS package files which still looked for the old name. Closes #3217 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Viktor Szakats <commit@vszakats.net>
-
- Nov 01, 2018
-
-
Daniel Stenberg authored
To make it easier to understand other people's and remote builds etc. Closes #3207
-
Daniel Stenberg authored
-
Daniel Stenberg authored
As has been outlined in the DEPRECATE.md document, the axTLS code has been disabled for 6 months and is hereby removed. Use a better supported TLS library! Assisted-by: Daniel Gustafsson Closes #3194
-
marcosdiazr authored
Closes #3197
-
Daniel Stenberg authored
... using clang Closes #3190
-
Daniel Stenberg authored
Curl_verify_certificate() must use the Curl_ prefix since it is globally available in the lib and otherwise steps outside of our namespace! Closes #3201
-
Kamil Dudka authored
It is unused since commit f7208df7. Closes #3204
-
- Oct 31, 2018
-
-
Daniel Stenberg authored
... revert the mistaken change brought in commit 8440616f. Reported-by: Alessandro Ghedini Bug: https://curl.haxx.se/mail/lib-2018-10/0118.html Closes #3198
-
- Oct 30, 2018
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Gustafsson authored
MesaLink support was added in commit 57348eb9 but the backend was never added to the curl_sslbackend enum in curl/curl.h. This adds the new backend to the enum and updates the relevant docs. Closes #3195 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-
Ruslan Baratov authored
Closes #3191
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CVE-2018-16842 Reported-by: Brian Carpenter Bug: https://curl.haxx.se/docs/CVE-2018-16842.html
-
- Oct 29, 2018
-
-
Tuomo Rinne authored
Closes #3123
-
Tuomo Rinne authored
-
Tuomo Rinne authored
-
Daniel Stenberg authored
Detected by UndefinedBehaviorSanitizer Closes #3187
-
Daniel Stenberg authored
Closes #3182
-
Daniel Stenberg authored
Closes #3186
-
Daniel Stenberg authored
CVE-2018-16839 Reported-by: Harry Sintonen Bug: https://curl.haxx.se/docs/CVE-2018-16839.html
-
Daniel Stenberg authored
Regression from b46cfbc0 (7.59.0) CVE-2018-16840 Reported-by: Brian Carpenter (Geeknik Labs) Bug: https://curl.haxx.se/docs/CVE-2018-16840.html
-
- Oct 27, 2018
-
-
randomswdev authored
system.h selects the proper Sun settings when __SUNPRO_C is defined. The Sun compiler does not define it when compiling C++ files. I'm adding a check also on __SUNPRO_CC to allow curl to work properly also when used in a C++ project on Sun Solaris. Closes #3181
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The version used for Gskit, NSS, GnuTLS, WolfSSL and schannel.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Available in the root, src and lib dirs. Closes #3163
-
-
Patrick Monnerat authored
Use an unsigned variable: as the signed operation behavior is undefined, this change silents clang-tidy about it. Ref: https://github.com/curl/curl/pull/3163 Reported-By: Daniel Stenberg
-
Michael Kaufmann authored
If Curl_protocol_connect() returns an error code, handle the error instead of switching to the next state. Closes #3170
-
Daniel Stenberg authored
-
Daniel Stenberg authored
When failing to set the 1.3 cipher suite, the wrong string pointer would be used in the error message. Most often saying "(nil)". Reported-by: Ricky-Tigg on github Fixes #3178 Closes #3180
-
Daniel Stenberg authored
... picked straight from the OpenSSL man page: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html Reported-by: Ricky-Tigg on github Bug: #3178
-
Marcel Raad authored
This is required for gnutls-serv, which enables a few more tests. Closes https://github.com/curl/curl/pull/2958
-
- Oct 26, 2018
-
-
Daniel Gustafsson authored
Ensure to clear the session object in case the libssh2 initialization fails. It could be argued that the libssh2 error function should be called to get a proper error message in this case. But since the only error path in libssh2_knownhost_init() is memory a allocation failure it's safest to avoid since the libssh2 error handling allocates memory. Closes #3179 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-
Daniel Stenberg authored
... I'm moving it up one week due to travels. The rest stays.
-
Daniel Gustafsson authored
Closes #3176
-
Daniel Stenberg authored
Detected by clang-tidy Closes #3176
-