curl/tests/certs
Viktor Szakats 6d008352c6
cmake: replace deprecated remove command with rm and pass arg safely
All curl-supported CMake versions support the modern method, along with
the `--` marker.

Also:
- make sure to pass `-f` to not fail if the file is missing, as before
  this patch.
- drop now redundant `OUTPUT_QUIET`, `ERROR_QUIET` and error handling
  in `cmake_uninstall`.
- move filename to end of the error message for readability.
- GHA/linux: test these two 'clean' targets in the aws-lc job.

Refs:
https://cmake.org/cmake/help/v4.4/manual/cmake.1.html#cmdoption-cmake-E-arg-remove
https://cmake.org/cmake/help/v3.18/manual/cmake.1.html#run-a-command-line-tool

Closes #22193
2026-06-26 19:01:30 +02:00
..
.gitignore runtests: generate certs dynamically, bump to EC-256, tidy up 2025-03-27 10:21:57 +01:00
CMakeLists.txt cmake: replace deprecated remove command with rm and pass arg safely 2026-06-26 19:01:30 +02:00
genserv.pl perl: || die -> or die 2026-06-16 00:41:29 +02:00
Makefile.am autotools: minor fixes and improvements 2026-06-25 11:32:36 +02:00
Makefile.inc build: add missing GENERATEDCERTS files 2026-02-26 03:09:16 +01:00
srp-verifier-conf TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
srp-verifier-db TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
test-ca.cnf tests/certs: cleanup 2025-03-06 16:02:34 +01:00
test-ca.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-client-cert.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-client-eku-only.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-localhost-san-first.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-localhost-san-last.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-localhost.nn.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-localhost.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00
test-localhost0h.prm badwords: fix issues found in tests 2025-11-17 13:30:35 +01:00