Re: Implement rpki-client -f file

2022-01-19 Thread Job Snijders
OK job@

Re: Implement rpki-client -f file

2022-01-19 Thread Theo Buehler
On Wed, Jan 19, 2022 at 02:57:44PM +0100, Claudio Jeker wrote: > > > + return; > > > + } > > > + > > > + /* TA found play back the stack and add all certs */ > > > + do { > > > + if (parser_cert_validate(nfile, cert) == NULL) > > > + break; > > > > I think this

Re: Implement rpki-client -f file

2022-01-19 Thread Claudio Jeker
On Wed, Jan 19, 2022 at 12:56:21PM +0100, Theo Buehler wrote: > On Wed, Jan 19, 2022 at 11:06:06AM +0100, Claudio Jeker wrote: > > The idea is that rpki-client -f file will show a human readable output for > > file. It will also verify that file is valid (or show an error if not). > > > > This

Re: Implement rpki-client -f file

2022-01-19 Thread Theo Buehler
On Wed, Jan 19, 2022 at 11:06:06AM +0100, Claudio Jeker wrote: > The idea is that rpki-client -f file will show a human readable output for > file. It will also verify that file is valid (or show an error if not). > > This implements this as a first version. Especially the output needs >

Implement rpki-client -f file

2022-01-19 Thread Claudio Jeker
The idea is that rpki-client -f file will show a human readable output for file. It will also verify that file is valid (or show an error if not). This implements this as a first version. Especially the output needs improvement but parsing and validation works. For validation rpki-client needs to