- Mar 25, 2016
-
-
Steve Holme authored
-
Steve Holme authored
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name.
-
Steve Holme authored
As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Updated the makefiles and Visual Studio project files to support moving the authentication code to the new lib/vauth directory that was started in commit 0d04e859.
-
- Mar 24, 2016
-
-
JDepooter authored
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724
-
Steve Holme authored
-
- Mar 23, 2016
-
-
Daniel Stenberg authored
Use the local, reasonably updated, 'now' value when creating the message string to output for the timeout condition. Fixes #619
-
Daniel Stenberg authored
... so we don't need extra boringssl precautions for for HAVE_ERR_REMOVE_THREAD_STATE_NOARG. Pointed-out-by: David Benjamin
-
Daniel Stenberg authored
The removed arg is only done in OpenSSL Bug: https://twitter.com/xtraemeat/status/712564874098917376
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... and update the coming release dates a bit
-
Steve Holme authored
Follow up to commit a8c7f0fc prior to release.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/685
-
- Mar 22, 2016
-
-
Daniel Stenberg authored
It seems we may have some autobuild problems after this commit went in. Trying to see if a revert helps to get them back. This reverts commit 2716350d.
-
Daniel Stenberg authored
... makes it a lot faster
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to make it look nicer in markdown outputa
-
Jay Satiro authored
- Do not use wolfSSL's sample user-setting files. wolfSSL starting in v3.9.0 has added their own sample user settings that are applied by default, but we don't use them because we have our own settings. - Do not use wolfSSL's Visual Studio Unicode character setting. wolfSSL Visual Studio projects use the Unicode character set however our settings and options imitate mingw build which does not use the Unicode character set. This does not appear to have any effect at the moment but better safe than sorry. These changes are backwards compatible with earlier versions.
-
Steve Holme authored
warning C4189: 'data': local variable is initialized but not referenced ...and some minor formatting/spacing changes.
-
- Mar 20, 2016
-
-
Daniel Stenberg authored
Support for the (undocumented) AuthorizedKeysFile2 was removed in OpenSSH 5.9, released in September 2011 Closes #715
-
Steve Holme authored
warning C4189: 'data': local variable is initialized but not referenced
-
Steve Holme authored
warning C4706: assignment within conditional expression
-
Steve Holme authored
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style.
-
Steve Holme authored
warning: conversion to 'unsigned char' from 'int' may alter its value
-
- Mar 19, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
vtls/mbedtls.h:67:36: warning: implicit declaration of function ‘mbedtls_sha256’ [-Wimplicit-function-declaration]
-
Steve Holme authored
Following commit c5744340. Additionally removes the need for a second 'result code' variable as well.
-
Jay Satiro authored
.. because curl_multi_wait can no longer signal poll failure. follow-up to 77e17267 Bug: https://github.com/curl/curl/issues/707
-