LibreSSL error message has changed again, make test more tolerant.
authorbluhm <bluhm@openbsd.org>
Thu, 25 Nov 2021 21:09:48 +0000 (21:09 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 25 Nov 2021 21:09:48 +0000 (21:09 +0000)
regress/usr.sbin/syslogd/args-tls-cafile-fake.pl

index 6889720..670283b 100644 (file)
@@ -21,7 +21,8 @@ our %args = (
            qr/Logging to FORWTLS \@tls:\/\/localhost:\d+/ => '>=4',
            qr/syslogd\[\d+\]: loghost .* connection error: /.
                qr/certificate verification failed: /.
-               qr/self signed certificate in certificate chain/ => 1,
+               "(".qr/self signed certificate in certificate chain/."|".
+               qr/certificate signature failure/.")" => 1,
            get_testgrep() => 1,
        },
        cacrt => "fake-ca.crt",