Re: diff: httpd: add client side certificate checks + test

2016-05-17 Thread Jan Klemkow
ping. Tested with current source status. On Tue, May 10, 2016 at 06:59:36PM +0200, Jan Klemkow wrote: > Hi, > > This diff adds client side certificate checks to httpd. Most parts are > straight forward. But, to transfer the whole certificate authority > store to the server process through the

diff: httpd: add client side certificate checks + test

2016-05-10 Thread Jan Klemkow
Hi, This diff adds client side certificate checks to httpd. Most parts are straight forward. But, to transfer the whole certificate authority store to the server process through the imsg infrastructure I had to change this in an chunked transfer. The Documentation of this feature is included in