CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/07/01 06:06:45
Modified files: usr.sbin/syslogd: syslogd.c regress/usr.sbin/syslogd: args-client-tls.pl Log message: 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@