aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-verify-peer/t
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>2025-10-06 21:27:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-10-07 19:23:15 +0200
commitc8e3e71201434d5ab3f958d7ecc3f1c6d595142a (patch)
tree1e6d1a46fe036229c6daf14d32b936027efad39b /tests/tls-verify-peer/t
parent2b444640593e5e15eeba5d67ea1e0bd11392d613 (diff)
tests: Use "openssl rehash" instead of c_rehashHEADmaster
The built-in version of c_rehash is "openssl rehash" and is available since the 3.0 series. The c_rehash is a perl script which is considered legacy. Switch to "openssl rehash" Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Diffstat (limited to 'tests/tls-verify-peer/t')
-rw-r--r--tests/tls-verify-peer/t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-verify-peer/t b/tests/tls-verify-peer/t
index 50c7445..60bd042 100644
--- a/tests/tls-verify-peer/t
+++ b/tests/tls-verify-peer/t
@@ -116,7 +116,7 @@ if [ -d "/etc/ssl/certs" ]; then
unverified_peer
fi
-c_rehash "$capath"
+openssl rehash "$capath"
# default host (localhost) is the CN (and also subjectAltName)
with_remote_config <<<"SSL_CApath = $capath"