Re: client certificate support in syslogd

2016-07-12 Thread Kapetanakis Giannis
On 12/07/16 02:28, Alexander Bluhm wrote: > On Mon, Jun 27, 2016 at 05:10:14PM +0300, Kapetanakis Giannis wrote: >> new version with all changes > > I have polished the diff a bit and would like to commit it. > > ok? > > bluhm Nice, One question. Since you've already changed to tls_config_set_

Re: client certificate support in syslogd

2016-07-11 Thread Alexander Bluhm
On Mon, Jun 27, 2016 at 05:10:14PM +0300, Kapetanakis Giannis wrote: > new version with all changes I have polished the diff a bit and would like to commit it. ok? bluhm Index: usr.sbin/syslogd/syslogd.8 === RCS file: /data/mirror/

Re: client certificate support in syslogd

2016-06-27 Thread Kapetanakis Giannis
On 27/06/16 02:02, Alexander Bluhm wrote: > On Thu, Jun 23, 2016 at 07:52:06PM +0300, Kapetanakis Giannis wrote: >> On 23/06/16 18:14, Kapetanakis Giannis wrote: >>> It adds two switches: >>> -c client_cert_file >>> -k client_key_file > > That's fine. > >>> Minor modification in CAfile setup as

Re: client certificate support in syslogd

2016-06-26 Thread Alexander Bluhm
On Thu, Jun 23, 2016 at 07:52:06PM +0300, Kapetanakis Giannis wrote: > On 23/06/16 18:14, Kapetanakis Giannis wrote: > > It adds two switches: > > -c client_cert_file > > -k client_key_file That's fine. > > Minor modification in CAfile setup as well to match the netcat code. Please do not chan

Re: client certificate support in syslogd

2016-06-23 Thread Kapetanakis Giannis
On 23/06/16 18:14, Kapetanakis Giannis wrote: Hi, Following http://marc.info/?l=openbsd-tech&m=142136923124184&w=2 which added TLS client support in syslogd and since now libtls supports client certificates, this patch adds client's certificate support in syslogd for mutual authentication to

client certificate support in syslogd

2016-06-23 Thread Kapetanakis Giannis
Hi, Following http://marc.info/?l=openbsd-tech&m=142136923124184&w=2 which added TLS client support in syslogd and since now libtls supports client certificates, this patch adds client's certificate support in syslogd for mutual authentication to a remote syslog server. It is based on code f