[sudo-users] sudo_logsrvd configuration

Todd C. Miller Todd.Miller at sudo.ws
Mon Jul 26 14:01:46 MDT 2021


This is being tracked in https://bugzilla.sudo.ws/show_bug.cgi?id=988
The problem was introduced during a refactor in sudo 1.9.7.
The fix is a single line change of TLS_client_method() to TLS_method().
OpenSSL cares about TLS_client_method() vs. TLS_server_method()
where LibreSSL does not.

I'm verifying the fix now.

 - todd


More information about the sudo-users mailing list