Build-OpenSSL-cURL icon indicating copy to clipboard operation
Build-OpenSSL-cURL copied to clipboard

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac C...

Results 16 Build-OpenSSL-cURL issues
Sort by recently updated
recently updated
newest added

Ran `sh build.sh -3 -e -s 10.0` and encountered the following error in `curl-8.7.1-x86_64.log` ``` vtls/openssl.c:3547:18: error: call to undeclared function 'SSLv3_client_method'; ISO C99 and later do not support implicit...

It's a great script however, some times I only want to build ios device archive or osx archive, there is no option params to select which platforms I want to...

enhancement

![image](https://github.com/jasonacox/Build-OpenSSL-cURL/assets/6279698/497cbf0e-d0a4-4aeb-9b45-6355ac5b4954)

bug

Got error while build for tvOS-Simulator ```sh ./build.sh -s 11.0 -m -e ``` ``` ar qc test/libtestutil.a apps/lib/libtestutil-lib-opt.o test/testutil/libtestutil-lib-apps_shims.o test/testutil/libtestutil-lib-basic_output.o test/testutil/libtestutil-lib-cb.o test/testutil/libtestutil-lib-driver.o test/testutil/libtestutil-lib-fake_random.o test/testutil/libtestutil-lib-format_output.o test/testutil/libtestutil-lib-load.o test/testutil/libtestutil-lib-main.o test/testutil/libtestutil-lib-options.o test/testutil/libtestutil-lib-output.o test/testutil/libtestutil-lib-provider.o test/testutil/libtestutil-lib-random.o...

./build.sh -m ./build.sh -m Build-OpenSSL-cURL - v1.0.1 - OpenSSL version: 3.0.15 - cURL version: 8.11.1 - nghttp2 version: 1.64.0 This script builds OpenSSL, nghttp2 and libcurl for macOS, catalyst, iOS...

Bitcode is now deprecated. It was used as a universal LLVM intermediate language to allow compliers to rebuild the bitcode into different architectures. It was required by Apple for submission...