Labeler cmake: ensure CURL_USE_OPENSSL/USE_OPENSSL_QUIC are set in sync #10426 Sign in to view logs Summary Jobs label Run details Usage Workflow file Triggered via pull request September 11, 2024 21:48 vszakats synchronize #14872 Status Success Total duration 14s Artifacts – ...
When we compile libcurl with the USE_OPENSSL and USE_WINDOWS_SSPI macros, the requests sent from libcurl will choose to use this field. However, during verification, libcurl does not actually calculate this field, leading to NTLM authentication failure. When I use the curl tool to send HTTPS ...
如果你确定你的项目不需要 OpenSSL,你可以在 CMake 配置中添加 -DCMAKE_USE_OPENSSL=OFF 参数来禁用 OpenSSL。这可以通过在命令行中直接添加该参数来实现: bash cmake -DCMAKE_USE_OPENSSL=OFF .. 重新运行 CMake: 在进行了上述更改后,重新运行 CMake 以查看问题是否已解决: bash cmake .. 通过以上...
do vcpkg and AppVeyor use in their OpenSSL builds, let alone figuring out the build defaults. This curl codepath needs the OpenSSLUI feature. So Iaddedan#error there and sure enough, it's not hit either: https://github.com/curl/curl/actions/runs/13210670321/job/36883398358 https://ci.ap...
curl / curl Public Sponsor Notifications Fork 6.4k Star 35.5k Code Issues 13 Pull requests 35 Discussions Actions Wiki Security Insights CodeQL openssl: convert a memcpy to dynbuf use #24070 Sign in to view logs Summary Jobs codeql Run details Usage Workflow file ...
oclip's client for Linux, use curl and openssl in bash. install copy oclip to your bin path. /usr/bin or ~/.local/bin create config file ~/.oclip token=eyJhbGciO passwd=4d000 domain=oclip.hanxi.info token is get from https://oclip.hanxi.info passwd is set for yourself.Abou...
curl / curl Public Sponsor Notifications Fork 6.4k Star 35.5k Code Issues 13 Pull requests 35 Discussions Actions Wiki Security Insights Labeler openssl: convert a memcpy to dynbuf use #11060 Sign in to view logs Summary Jobs label Run details Usage Workflow file Triggered via ...