curl-curl/tests/certs
Viktor Szakats c37e06c642
build: fix build errors/warnings in rare configurations
- vtls: fix unused variable and symbols.
- ftp: fix unused variable.
- http: fix unused variables.
- smtp: fix unsued variable.
- wolfssl: fix unused variable with !proxy.
- libssh: fix unused argument.
- curl_trc: sync guards between declaration and definition.
- curl_trc: add missing guard for `Curl_trc_ssls` when !verbose.
- curl_trc: fix errors with !http + http3.
- curl_trc: fix missing function with !http + nghttp2.
- cf-h2-proxy: disable when !http + nghttp2, to avoid calling undeclared
  functions.
- sha256: fix missing declaration in rare configs.
- md4: fix symbol conflict when building GnuTLS together with AWS-LC or
  wolfSSL. By prioritizing the latter two. AWS-LC has no option
  to disable the clashing symbol. wolfSSL does, but the most seamless is
  to skip including GnuTLS's standalone `md4.h` to avoid the clash.
- build: fix errors with !http + nghttp2.
- build: catch !ssl + ssls-export combination in source. Convert
  build-level errors to warnings.
- build: fix errors with !http + http3.
- build: fix building curl tool and unit1302 in rare combinations.
  By always compiling base64 curlx functions.

- cmake: add `_CURL_SKIP_BUILD_CERTS` internal option.
  To disable automatically building certs with the testdeps target.
  To improve performance when testing builds.
  (used locally to find the failing builds fixed in this PR.)

Closes #17962
2025-07-23 22:17:03 +02:00
..
.gitignore runtests: generate certs dynamically, bump to EC-256, tidy up 2025-03-27 10:21:57 +01:00
CMakeLists.txt build: fix build errors/warnings in rare configurations 2025-07-23 22:17:03 +02:00
genserv.pl genserv.pl: fix newline in usage text 2025-07-14 20:54:07 +02:00
Makefile.am tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
Makefile.inc tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02: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 certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-client-cert.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-client-eku-only.prm tests: test mtls also w/ clientAuth EKU only 2025-05-31 15:20:25 +02:00
test-localhost0h.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-localhost-san-first.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-localhost-san-last.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-localhost.nn.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00
test-localhost.prm certs: drop unused default_bits from .prm files 2025-04-10 01:42:59 +02:00