artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf8183f
)
LibreSSL error message has changed again, make test more tolerant.
author
bluhm
<bluhm@openbsd.org>
Thu, 25 Nov 2021 21:09:48 +0000
(21:09 +0000)
committer
bluhm
<bluhm@openbsd.org>
Thu, 25 Nov 2021 21:09:48 +0000
(21:09 +0000)
regress/usr.sbin/syslogd/args-tls-cafile-fake.pl
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/syslogd/args-tls-cafile-fake.pl
b/regress/usr.sbin/syslogd/args-tls-cafile-fake.pl
index
6889720
..
670283b
100644
(file)
--- a/
regress/usr.sbin/syslogd/args-tls-cafile-fake.pl
+++ b/
regress/usr.sbin/syslogd/args-tls-cafile-fake.pl
@@
-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",