#
05f899c8 |
| 06-Dec-2021 |
Daniel Stenberg |
TODO: 5.7 Require HTTP version X or higher Closes #7980
|
#
a28464ae |
| 31-Oct-2021 |
Daniel Stenberg |
docs: reduce/avoid English contractions You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
|
#
92efb3db |
| 01-Nov-2021 |
Daniel Stenberg |
docs: reduce use of "very" "Very" should be avoided in most texts. If intensifiers are needed, try find better words instead. Closes #7936
|
#
3e2c1dcd |
| 02-Oct-2021 |
Patrick Monnerat |
sasl: binary messages Capabilities of sasl module are extended to exchange messages in binary as an alternative to base64. If http authentication flags have been set, those are
sasl: binary messages Capabilities of sasl module are extended to exchange messages in binary as an alternative to base64. If http authentication flags have been set, those are used as sasl default preferred mechanisms. Closes #6930
show more ...
|
#
c9c1bfb1 |
| 27-Sep-2021 |
Daniel Stenberg |
TODO: make configure use --cache-file more and better Closes #7753
|
#
d1e7d919 |
| 26-Sep-2021 |
Mats Lindestam |
libssh2: add SHA256 fingerprint support Added support for SHA256 fingerprint in command line curl and in libcurl. Closes #7646
|
#
f2f3c8ce |
| 16-Sep-2021 |
Daniel Stenberg |
TODO: Improve documentation about fork safety Closes #6968
|
#
29fd1632 |
| 16-Aug-2021 |
Daniel Stenberg |
TODO: add asynch getaddrinfo support Closes #6746
|
#
cfe36679 |
| 10-Aug-2021 |
Daniel Stenberg |
TODO: erase secrets from heap/stack after use Closes #7268
|
#
3f126138 |
| 30-Jul-2021 |
Benau |
mbedTLS: initial 3.0.0 support Closes #7428
|
#
6c293cfc |
| 14-Jul-2021 |
Daniel Gustafsson |
TODO: add mention of mbedTLS 3 incompatibilities Wyatt OʼDay reported in #7385 that mbedTLS isn't backwards compatible and curl no longer builds with it. Document the need to fix our sup
TODO: add mention of mbedTLS 3 incompatibilities Wyatt OʼDay reported in #7385 that mbedTLS isn't backwards compatible and curl no longer builds with it. Document the need to fix our support until so has been done. Closes #7390 Fixes #7385 Reported-by: Wyatt OʼDay Reviewed-by: Jay Satiro <raysatiro@yahoo.com>
show more ...
|
#
0a0bc4a0 |
| 02-Jul-2021 |
Daniel Stenberg |
TODO: "Support in-memory certs/ca certs/keys" done Has been suppored for a while now with the *BLOB options.
|
#
60e42677 |
| 04-Jun-2021 |
Daniel Stenberg |
TODO: Support rate-limiting for MQTT
|
#
54e5c245 |
| 25-May-2021 |
Daniel Stenberg |
TODO: netrc caching and sharing URL: https://curl.se/mail/archive-2021-05/0018.html
|
#
f71d3e01 |
| 08-May-2021 |
Daniel Stenberg |
travis: disable the libssh build It can't run on focal and causes warnings on bionic. Since the focal failure started rather suddenly a while ago, we can suspect it might be temporar
travis: disable the libssh build It can't run on focal and causes warnings on bionic. Since the focal failure started rather suddenly a while ago, we can suspect it might be temporary. Added "bring back the build" to the TODO document. Fixes #7011 Closes #7012
show more ...
|
#
68d89f24 |
| 15-Apr-2021 |
Daniel Stenberg |
configure: make the TLS library choice(s) explicit configure no longer tries to find a TLS library by default, but all libraries are now equal: the user needs to explicitly ask what TLS
configure: make the TLS library choice(s) explicit configure no longer tries to find a TLS library by default, but all libraries are now equal: the user needs to explicitly ask what TLS library or libraries to use. If no TLS library is selected, configure will error out unless --without-ssl is explicitly used to request a built without TLS (as that is very rare these days). Removes: --with-winssl, --with-darwinssl and all --without-* options for TLS libraries. Closes #6897
show more ...
|
Revision tags: curl-7_76_1, curl-7_76_0 |
|
#
54e74750 |
| 27-Feb-2021 |
Jay Satiro |
schannel: Disable auto credentials; add an option to enable it - Disable auto credentials by default. This is a breaking change for clients that are using it, wittingly or not.
schannel: Disable auto credentials; add an option to enable it - Disable auto credentials by default. This is a breaking change for clients that are using it, wittingly or not. - New libcurl ssl option value CURLSSLOPT_AUTO_CLIENT_CERT tells libcurl to automatically locate and use a client certificate for authentication, when requested by the server. - New curl tool options --ssl-auto-client-cert and --proxy-ssl-auto-client-cert map to CURLSSLOPT_AUTO_CLIENT_CERT. This option is only supported for Schannel (the native Windows SSL library). Prior to this change Schannel would, with no notification to the client, attempt to locate a client certificate and send it to the server, when requested by the server. Since the server can request any certificate that supports client authentication in the OS certificate store it could be a privacy violation and unexpected. Fixes https://github.com/curl/curl/issues/2262 Reported-by: Jeroen Ooms Assisted-by: Wes Hinsley Assisted-by: Rich FitzJohn Ref: https://curl.se/mail/lib-2021-02/0066.html Reported-by: Morten Minde Neergaard Closes https://github.com/curl/curl/pull/6673
show more ...
|
#
7bdec2a0 |
| 13-Apr-2021 |
Daniel Stenberg |
configure: provide --with-openssl, deprecate --with-ssl Makes the option more explicit. Closes #6887
|
#
0409c12a |
| 11-Apr-2021 |
Jay Satiro |
TODO: remove 18.22 --fail-with-body --fail-with-body was added in 8a964cb (precedes curl-7_76_0).
|
#
8494abfb |
| 25-Mar-2021 |
Daniel Stenberg |
TODO: Custom progress meter update interval Ref: https://stackoverflow.com/q/66789977/93747
|
#
74ec0e5e |
| 18-Mar-2021 |
Daniel Stenberg |
TODO: provide timing info for each redirect Closes #6743
|
#
c386a0df |
| 10-Feb-2021 |
Daniel Stenberg |
TODO: remove HSTS Provided now since commit 7385610d0c74
|
Revision tags: curl-7_75_0 |
|
#
fc9dd2d1 |
| 02-Feb-2021 |
Daniel Stenberg |
TODO: remove items for next SONAME bump etc We want to avoid that completely, so we don't plan for things after such an event.
|
#
a56f263c |
| 07-Jan-2021 |
Daniel Stenberg |
TODO: Directory listing for FILE: Ref #6379
|
#
e269785c |
| 05-Jan-2021 |
Daniel Stenberg |
TODO: --fail-with-body perchance?
|