mirror of
https://github.com/curl/curl.git
synced 2026-04-14 13:01:42 +08:00
Keep only the generated files needed for tests. Place generated intermediaries in `tests/certs/gen` where they are ignored by git. No longer generated `*.dhp` files. Have a shorter naming scheme: `test-ca` instead of `EdelCurlRoot-ca` and `test-localhost` instead of `Server-localhost-sv`, etc. Remove the `stunnel` certificate as it was nearly a duplicate of `test-localhost`. No longer copy a generated certificates to `tests/stunnel.pem`. Let test server default to `certs/test-localhost.pem` instead. Closes #16593 |
||
|---|---|---|
| .. | ||
| scripts | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile.am | ||
| Makefile.inc | ||
| srp-verifier-conf | ||
| srp-verifier-db | ||
| test-ca.cacert | ||
| test-ca.cnf | ||
| test-ca.crt | ||
| test-ca.key | ||
| test-ca.prm | ||
| test-localhost0h.crl | ||
| test-localhost0h.crt | ||
| test-localhost0h.key | ||
| test-localhost0h.pem | ||
| test-localhost0h.prm | ||
| test-localhost0h.pub.der | ||
| test-localhost0h.pub.pem | ||
| test-localhost-san-first.crl | ||
| test-localhost-san-first.crt | ||
| test-localhost-san-first.key | ||
| test-localhost-san-first.pem | ||
| test-localhost-san-first.prm | ||
| test-localhost-san-first.pub.der | ||
| test-localhost-san-first.pub.pem | ||
| test-localhost-san-last.crl | ||
| test-localhost-san-last.crt | ||
| test-localhost-san-last.key | ||
| test-localhost-san-last.pem | ||
| test-localhost-san-last.prm | ||
| test-localhost-san-last.pub.der | ||
| test-localhost-san-last.pub.pem | ||
| test-localhost.crl | ||
| test-localhost.crt | ||
| test-localhost.key | ||
| test-localhost.nn.crl | ||
| test-localhost.nn.crt | ||
| test-localhost.nn.key | ||
| test-localhost.nn.pem | ||
| test-localhost.nn.prm | ||
| test-localhost.nn.pub.der | ||
| test-localhost.nn.pub.pem | ||
| test-localhost.pem | ||
| test-localhost.prm | ||
| test-localhost.pub.der | ||
| test-localhost.pub.pem | ||