aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-sni
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-03-06 14:52:56 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-03-06 15:09:05 +0100
commita4accc44ac1fddffba31d9bf52b76738a3562057 (patch)
treef6b05832512addfa530726f154dd3a413325243a /tests/tls-sni
parenteb254348085047702ee37e405d171d894dc5ffff (diff)
tests/*/t: Explicitly pass `-in /dev/stdin` to openssl(1).
Diffstat (limited to 'tests/tls-sni')
-rw-r--r--tests/tls-sni/t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tls-sni/t b/tests/tls-sni/t
index 6f3af1f..0565e49 100644
--- a/tests/tls-sni/t
+++ b/tests/tls-sni/t
@@ -1,9 +1,9 @@
SERVERNAME="imap.example.net" # cf local_name{} section in the dovecot config
X509_SHA256="$(doveconf -c "$HOME_remote/.dovecot/config" -hx ssl_cert \
- | openssl x509 -noout -fingerprint -sha256 \
+ | openssl x509 -in /dev/stdin -noout -fingerprint -sha256 \
| sed -rn "/^.*=\\s*/ {s///p;q}" | tr -d : | tr "[A-Z]" "[a-z]")"
X509_2_SHA256="$(doveconf -c "$HOME_remote/.dovecot/config" -f lname="$SERVERNAME" -hx ssl_cert \
- | openssl x509 -noout -fingerprint -sha256 \
+ | openssl x509 -in /dev/stdin -noout -fingerprint -sha256 \
| sed -rn "/^.*=\\s*/ {s///p;q}" | tr -d : | tr "[A-Z]" "[a-z]")"
# check that empty SSL_hostname disables SNI