Explicit TLS handshake with syslog client.
authorbluhm <bluhm@openbsd.org>
Mon, 1 Jul 2024 12:06:45 +0000 (12:06 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 1 Jul 2024 12:06:45 +0000 (12:06 +0000)
commit7c3cb5da944b2f859b736bb77a7e4a98f458d8ce
tree810d4b3d20c1b5d84051becc9061312729c696d4
parenta168fdd3c6f33b0f83bab8f2f3429e79ddc2ec79
Explicit TLS handshake with syslog client.

Add a new TLS handshake callback for incoming connections.  This
will allow to inspect the client certificate later.  For now only
print a debug message and check it in regress.

with and OK henning@
regress/usr.sbin/syslogd/args-client-tls.pl
usr.sbin/syslogd/syslogd.c