Viktor Szakats

Results 85 issues of Viktor Szakats

Continuing the theme, add 3 MSVC jobs with tests, matching configurations used on AppVeyor. MSVC versions are identical: 19.39.33523.0 + Windows SDK 10.0.22621.0. Also enable websockets, and build examples. Tests...

tests
Windows
CI

Re-implement old mingw-w64 jobs in GHA. This allows to use the latest Windows runners, replacing Windows Server 2012 R2 (gcc 6) and Windows Server 2016 (gcc 7, 9) with Windows...

tests
Windows
CI

This is a long time problem, and opening a new Issue to give it some visibility and place to discuss. OpenSSL loads its config (`openssl.cnf`) from a disk location baked...

help wanted
triaged: feature

- support detecting wolfSSL via pkg-config (like autotools.) - detect wolfSSL version. - detect `HAVE_WOLFSSL_DES_ECB_ENCRYPT`. (needs e.g. `--enable-curl` when building wolfSSL) - detect `HAVE_WOLFSSL_FULL_BIO` and enable HTTPS-proxy feature. (needs e.g....

build
TLS
cmake
connecting & proxies
CI

Add the ability to embed a CA bundle into the curl binary. It is used when no other runtime or build-time option set one. This helps curl-for-win macOS and Linux...

TLS
cmdline tool
feature-window

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [ ] Have you checked that there...

CI-syntax-only

- drop it from the MultiSSL job. - replace with mbedTLS job. This job still tests libssh and I could not find a better place it right away. Ref: https://github.com/curl/curl/actions/runs/10594890318/job/29359499149#step:5:144

TLS
Windows
CI

Change mingw-w64 printf format checks to use `__MINGW_PRINTF_FORMAT` instead of `gnu_printf`, to sync the format checker with the format string macros published via `curl/system.h`. (Also disable format checks for mingw-w64...

build
cmdline tool
tests
Windows
libcurl API

Fix differences and apply tiny cleanups: - curl-config: use single-quotes for literals. - curl-config: quote all variables. - curl-config: replace double with single quotes in a substituted value that's always...

cmdline tool
feature-window
tests
CI

Fix casing of `gsasl` in the feature list generated by `configure` to match `curl -V` and cmake. Note: Tried requiring matching order too, but `configure` needs `sort -f` for that...

build
tests
script