Re: rpki-client change way TAL are loaded

2019-10-30 Thread Claudio Jeker
On Mon, Oct 21, 2019 at 02:14:15PM +0200, Claudio Jeker wrote: > On Sun, Oct 20, 2019 at 12:46:44PM -0600, Theo de Raadt wrote: > > There has been an update to > > > > https://www.ietf.org/rfcdiff?url2=draft-ietf-sidrops-https-tal-05 > > > > Which permits comments in the tal files. I

Re: rpki-client change way TAL are loaded

2019-10-21 Thread Claudio Jeker
On Sun, Oct 20, 2019 at 12:46:44PM -0600, Theo de Raadt wrote: > There has been an update to > > https://www.ietf.org/rfcdiff?url2=draft-ietf-sidrops-https-tal-05 > > Which permits comments in the tal files. I proposed this at nanog yvr > as something which might help the arin tal hangup. >

Re: rpki-client change way TAL are loaded

2019-10-20 Thread Theo de Raadt
There has been an update to https://www.ietf.org/rfcdiff?url2=draft-ietf-sidrops-https-tal-05 Which permits comments in the tal files. I proposed this at nanog yvr as something which might help the arin tal hangup. queue_add_tal(int fd, struct entityq *q, const char *file, size_t *eid) {

rpki-client change way TAL are loaded

2019-10-20 Thread Claudio Jeker
Change the way TAL files are loaded into rpki-client. Instead of passing the filename to the parser process and have that one open the file. Do it in the main process and pass the buffer to the parser. The benefit of this is that TAL files are not read by the parser and therefor the unveil can be