summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/syslogd/args-tls-cipher-null.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.sbin/syslogd/args-tls-cipher-null.pl')
-rw-r--r--regress/usr.sbin/syslogd/args-tls-cipher-null.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.sbin/syslogd/args-tls-cipher-null.pl b/regress/usr.sbin/syslogd/args-tls-cipher-null.pl
index f4d530e99b3..67c59f75be0 100644
--- a/regress/usr.sbin/syslogd/args-tls-cipher-null.pl
+++ b/regress/usr.sbin/syslogd/args-tls-cipher-null.pl
@@ -15,8 +15,8 @@ our %args = (
loggrep => {
qr/Logging to FORWTLS \@tls:\/\/localhost:\d+/ => '>=4',
qr/syslogd: loghost .* connection error: /.
- qr/handshake failed: error:.*:/.
- qr/SSL_internal:sslv3 alert handshake failure/ => 2,
+ qr/handshake failed: error:.*:SSL routines:/.
+ qr/CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure/ => 2,
get_testgrep() => 1,
},
cacrt => "ca.crt",
@@ -29,7 +29,7 @@ our %args = (
exit => 255,
loggrep => {
qr/listen sock: (127.0.0.1|::1) \d+/ => 1,
- qr/SSL_internal:no shared cipher/ => 1,
+ qr/SSL routines:ACCEPT_SR_CLNT_HELLO_C:no shared cipher/ => 1,
get_testgrep() => 0,
},
},