c07aca3b | 03-Jan-2022 |
Daniel Stenberg |
.github/workflows/mbedtls.yml: bump to mbedtls 3.1.0 Closes #8215 |
e8541c0a | 03-Jan-2022 |
Daniel Stenberg |
zuul: remove the mbedtls jobs Now running as github workflows Closes #8215 |
4f4cf084 | 03-Jan-2022 |
Daniel Stenberg |
github/workflows: add mbedtls and mbedtls-clang Closes #8215 |
75b832c8 | 02-Jan-2022 |
Valentin Richter <42276475+trackpadpro@users.noreply.github.com> |
mbedtls: fix private member designations for v3.1.0 "As a last resort, you can access the field foo of a structure bar by writing bar.MBEDTLS_PRIVATE(foo). Note that you do so at your ow
mbedtls: fix private member designations for v3.1.0 "As a last resort, you can access the field foo of a structure bar by writing bar.MBEDTLS_PRIVATE(foo). Note that you do so at your own risk, since such code is likely to break in a future minor version of Mbed TLS." - https://github.com/ARMmbed/mbedtls/blob/f2d1199edc5834df4297f247f213e614f7782d1d/docs/3.0-migration-guide.md That future minor version is v3.1.0. I set the >= to == for the version checks because v3.1.0 is a release, and I am not sure when the private designation was reverted after v3.0.0. Closes #8214
show more ...
|
37b8a16f | 01-Jan-2022 |
Valentin Richter <42276475+trackpadpro@users.noreply.github.com> |
cmake: prevent dev warning due to mismatched arg -- curl version=[7.81.0-DEV] CMake Warning (dev) at /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
cmake: prevent dev warning due to mismatched arg -- curl version=[7.81.0-DEV] CMake Warning (dev) at /usr/share/cmake-3.22.1/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (MBEDTLS) does not match the name of the calling package (MbedTLS). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): deps/curl/CMake/FindMbedTLS.cmake:31 (find_package_handle_standard_args) deps/curl/CMakeLists.txt:473 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. Closes #8207
show more ...
|
eec5ce4a | 01-Jan-2022 |
Daniel Stenberg |
urlapi: if possible, shorten given numerical IPv6 addresses Extended test 1560 to verify Closes #8206 |
1f31bdb1 | 16-Dec-2021 |
MAntoniak <47522782+MAntoniak@users.noreply.github.com> |
url: reduce ssl backend count for CURL_DISABLE_PROXY builds Closes #8212 |
78dcbe40 | 01-Jan-2022 |
Daniel Stenberg |
KNOWN_BUGS: "Trying local ports fails on Windows" Reported-by: gclinch on github Closes #8112 |
d8f6e5dc | 30-Dec-2021 |
Daniel Stenberg |
misc: update copyright year range |
4ad6b69e | 30-Dec-2021 |
Daniel Stenberg |
zuul: remove the wolfssl even more Follow-up to 1914465cf180d32b3d |
e1b04106 | 30-Dec-2021 |
Daniel Stenberg |
examples/multi-single.c: remove WAITMS() As it isn't used. Reported-by: Melroy van den Berg Fixes #8200 Closes #8201 |
a4d9876c | 29-Dec-2021 |
Daniel Stenberg |
gtls: add gnutls include for the session type Follow-up to 8fbd6feddfa5 to make it build more universally |
e9021838 | 28-Dec-2021 |
Daniel Stenberg |
m4/curl-compilers: tell clang -Wno-pointer-bool-conversion To hush compiler warnings we don't care for: error: address of function 'X' will always evaluate to 'true' Fixes #8197
m4/curl-compilers: tell clang -Wno-pointer-bool-conversion To hush compiler warnings we don't care for: error: address of function 'X' will always evaluate to 'true' Fixes #8197 Closes #8198
show more ...
|
f7729266 | 28-Dec-2021 |
Daniel Stenberg |
http_proxy: don't close the socket (too early) ... and double-check in the OpenSSL shutdown that the socket is actually still there before it is used. Fixes #8193 Closes #81
http_proxy: don't close the socket (too early) ... and double-check in the OpenSSL shutdown that the socket is actually still there before it is used. Fixes #8193 Closes #8195 Reported-by: Leszek Kubik
show more ...
|
8fbd6fed | 25-Dec-2021 |
Daniel Stenberg |
ngtcp2: verify the server certificate for the gnutls case Closes #8178 |
c148f0f5 | 23-Dec-2021 |
Daniel Stenberg |
ngtcp2: verify the server cert on connect (quictls) Make ngtcp2+quictls correctly acknowledge `CURLOPT_SSL_VERIFYPEER` and `CURLOPT_SSL_VERIFYHOST`. The name check now uses a fu
ngtcp2: verify the server cert on connect (quictls) Make ngtcp2+quictls correctly acknowledge `CURLOPT_SSL_VERIFYPEER` and `CURLOPT_SSL_VERIFYHOST`. The name check now uses a function from lib/vtls/openssl.c which will need attention for when TLS is not done by OpenSSL or is disabled while QUIC is enabled. Possibly the servercert() function in openssl.c should be adjusted to be able to use for both regular TLS and QUIC. Ref: #8173 Closes #8178
show more ...
|
1914465c | 28-Dec-2021 |
Daniel Stenberg |
zuul: remove the wolfssl build |
d82ad1f1 | 28-Dec-2021 |
Daniel Stenberg |
github workflow: add wolfssl Closes #8196 |
e7f9c904 | 26-Dec-2021 |
Nicolas Sterchele |
zuul: fix quiche build pointing to wrong Cargo Fixes #8184 Closes #8189 |
21248e05 | 25-Dec-2021 |
Daniel Stenberg |
checksrc: detect more kinds of NULL comparisons we avoid Co-authored-by: Jay Satiro Closes #8180 |
acaa79f9 | 27-Dec-2021 |
Daniel Stenberg |
RELEASE-NOTES: synced |
7a08bb70 | 25-Dec-2021 |
Daniel Stenberg |
mesalink: remove the BACKEND define kludge Closes #8183 |
b8ef4a84 | 25-Dec-2021 |
Daniel Stenberg |
schannel: remove the BACKEND define kludge Closes #8182 |
4a2ab69a | 25-Dec-2021 |
Daniel Stenberg |
gtls: check return code for gnutls_alpn_set_protocols Closes #8181 |
7c1ede7b | 25-Dec-2021 |
Stefan Huber |
README: label the link to the support document Closes #8185 |