vcpkg/ports/curl
Maxim Ivanov a79bb7b608
[curl] Fix SSL on iOS (#26060)
* Fix SSL on iOS

Enables secure transport SSL backend on iOS.

When CURL_CA_BUNDLE is set (defaults to /etc/ssl/cert.pem) curl sets it as CA for every request, but on iOS this file is missing and curl's `sectransp` SSL implementation can't deal with it, failing the request completely.

This change makes CURL_CA_BUNDLE to be unset, much like CURL_CA_PATH so that `sectransp` uses system CA store.

* Update versions/c-/curl.json

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-08-02 23:20:19 -07:00
..
0002_fix_uwp.patch
0005_remove_imp_suffix.patch
0012-fix-dependency-idn2.patch [curl] Update to 7.84.0 (#25515) 2022-07-05 14:57:47 -07:00
0020-fix-pc-file.patch
0021-normaliz.patch
0022-deduplicate-libs.patch
cmake-project-include.cmake
export-components.patch
mbedtls-ws2_32.patch
portfile.cmake [curl] Fix SSL on iOS (#26060) 2022-08-02 23:20:19 -07:00
vcpkg-cmake-wrapper.cmake
vcpkg.json [curl] Fix SSL on iOS (#26060) 2022-08-02 23:20:19 -07:00