Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Alexander Bluhm
On Mon, Oct 11, 2021 at 03:44:54PM +0100, Stuart Henderson wrote: > I can change the implementation > to use that method, but I wonder which options would be needed. I don't call for a complete feature monster to set all SSL options. But we should have consistency with netcat and the possibillity

Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Stuart Henderson
On 2021/10/11 15:50, Alexander Bluhm wrote: > On Sat, Oct 09, 2021 at 09:36:01PM +0100, Stuart Henderson wrote: > > This allows setting which TLS versions are usable by syslogd. Some > > environments require that TLSv1.0 is disabled. Manual wording stolen from > > ftp(1). any comments? ok? > > net

Re: syslogd: allow setting TLS protocols

2021-10-11 Thread Alexander Bluhm
On Sat, Oct 09, 2021 at 09:36:01PM +0100, Stuart Henderson wrote: > This allows setting which TLS versions are usable by syslogd. Some > environments require that TLSv1.0 is disabled. Manual wording stolen from > ftp(1). any comments? ok? netcat and ftp allow to give TLS options as key=value. May

syslogd: allow setting TLS protocols

2021-10-09 Thread Stuart Henderson
This allows setting which TLS versions are usable by syslogd. Some environments require that TLSv1.0 is disabled. Manual wording stolen from ftp(1). any comments? ok? Index: syslogd.8 === RCS file: /cvs/src/usr.sbin/syslogd/syslogd.8,