Test suite: Update for OpenSSL 3.x

This commit is contained in:
Alexander Barton
2024-01-11 15:12:54 +01:00
parent 2448d047f9
commit 2877706660
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
spawn openssl s_client -quiet -connect 127.0.0.1:6790
expect {
timeout { exit 1 }
"*CN = my.first.domain.tld"
"*CN*=*my.first.domain.tld"
}
sleep 2
+1 -1
View File
@@ -4,7 +4,7 @@
spawn openssl s_client -quiet -connect 127.0.0.1:6790
expect {
timeout { exit 1 }
"*CN = my.second.domain.tld"
"*CN*=*my.second.domain.tld"
}
sleep 2