1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Test suite: Update for OpenSSL 3.x

This commit is contained in:
Alexander Barton 2024-01-08 23:11:33 +01:00
parent 2448d047f9
commit 2877706660
2 changed files with 2 additions and 2 deletions

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

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