Searched +full:- +full:dcurl_use_openssl (Results 1 – 7 of 7) sorted by relevance
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'18 - 'projects/**'[all …]
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'[all …]
22 # SPDX-License-Identifier: curl27 set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail32 openssl_root_win='C:/OpenSSL-v34-Win64'34 openssl_root_win='C:/OpenSSL-v111-Win64'40 [[ "${TARGET:-}" = *'ARM64'* ]] && SKIP_RUN='ARM64 architecture'41 [ -n "${TOOLSET:-}" ] && options+=" -T ${TOOLSET}"42 [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}"43 [ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}"44 [ "${PRJ_CFG}" = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG='45 [ "${PRJ_CFG}" = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE='[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->11 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free14 [quicwg.org](https://quicwg.org/) - home of the official protocol drafts22 [quiche](https://github.com/cloudflare/quiche) - **EXPERIMENTAL**24 [OpenSSL 3.2+ QUIC](https://github.com/openssl/openssl) - **EXPERIMENTAL**26 [msh3](https://github.com/nibanks/msh3) (with [msquic](https://github.com/microsoft/msquic)) - **EX…35 master branch using pull-requests, just like ordinary changes.39 - the used QUIC library needs to consider itself non-beta[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->29 - Build in the source tree.31 $ cmake -B .33 - Build in a separate directory (parallel to the curl source tree in this36 $ cmake -B ../curl-build40 CMake before version 3.13 does not support the `-B` option. In that case,44 $ mkdir ../curl-build45 $ cd ../curl-build[all …]