CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/03/25 08:15:10
Modified files:
regress/usr.sbin/syslogd: Proc.pm args-client-tls-close.pl
args-client-tls-error.pl
args-client-tls-fake.pl
args-hostname.pl funcs.pl
Log message:
Now that syslogd(8) supports SSL shutdown when the TLS connection
terminates, do SSL shutdown in the test client. This will detect
SSL handshake errors also with TLS 1.3 if the CA of the client
certificate is invalid.
test races reported by anton@; debugged with Carsten Arzig