mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
By passing command-line as separate arguments instead of using a single string. This needs skipping the shell, so rework redirections to use Perl `open3()`. Also explored to use `-out` to avoid redirections, but it makes the command-line incompatible with some OpenSSL implementations/versions (e.g. on default macOS), and would still need a solution for `2>/dev/null`. Ref: https://perldoc.perl.org/IPC::Open3 Closes #20971 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| genserv.pl | ||
| Makefile.am | ||
| Makefile.inc | ||
| srp-verifier-conf | ||
| srp-verifier-db | ||
| test-ca.cnf | ||
| test-ca.prm | ||
| test-client-cert.prm | ||
| test-client-eku-only.prm | ||
| test-localhost0h.prm | ||
| test-localhost-san-first.prm | ||
| test-localhost-san-last.prm | ||
| test-localhost.nn.prm | ||
| test-localhost.prm | ||