Re: [rpki-client] Patch submission (tal.c)

2019-11-05 Thread Alexandre Hamada
Hi Claudio. FYI, I've added some support for https. Not sure if this might be useful, but here is the code for ta_parse_buffer. I´ve also modified tal_parse to display a warn message instead of exiting on invalid basename. Regards, Alexandre Hamada static int https_uri_parse(const

[rpki-client] Patch submission (tal.c)

2019-11-05 Thread Alexandre Hamada
2rBQKNCMzvFnFgWJyM2QqiCb89WJf6kvyBjMbh7h/HygaXy8SuXUprExudQy8OZp xwIDAQAB Regards, Alexandre Hamada @@ -142,18 +142,19 @@ tal_parse(const char *fn, char *buf) p = tal_parse_buffer(fn, buf); -    /* extract the TAL basename (without .tal suffix) */ -    d = basename((char*)fn); -    if (d == NULL) -        err

Re: rpki-client patch submission

2019-10-17 Thread Alexandre Hamada
yDbl0s.crl 71c701bf391c6d65cf9527bab7c0e5344851f658f175314e7cfadfd6ec1e9485 W-2EIMQvUkht96ZljxZUZaXrK1g.roa Regards, Alexandre Hamada On 17/10/2019 08:47, Claudio Jeker wrote: On Thu, Oct 17, 2019 at 08:07:18AM -0300, Alexandre Hamada wrote: Hi Claudio, Thanks for this, much appreciated. This is a much cleaner s

Re: rpki-client patch submission

2019-10-17 Thread Alexandre Hamada
w and buf[64]). Thanks again and regards, Alexandre Hamada On 16/10/2019 17:47, Claudio Jeker wrote: On Wed, Oct 16, 2019 at 07:26:25AM -0300, Alexandre Hamada wrote: Hi Tech, I would like to suggest to use UTC functions on all date/time convertions, to avoid some clock drift errors. Kind re

rpki-client patch submission

2019-10-16 Thread Alexandre Hamada
Hi Tech, I would like to suggest to use UTC functions on all date/time convertions, to avoid some clock drift errors. Kind regards, Alexandre Hamada https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/9.patch From a463f8cb23375f15b74eff49a06e8934423e3dbf Mon Sep 17 00:00

Re: rpki-client patch submission

2019-10-03 Thread Alexandre Hamada
Hi Claudio, thanks for answering promptly, much appreciated. Kind regards, Alexandre Hamada On 02/10/2019 17:17, Claudio Jeker wrote: On Wed, Oct 02, 2019 at 03:41:06PM -0300, Alexandre Hamada wrote: Hi Tech, I've found a missing initialization at ip.c (rpki-client project), and I would

rpki-client patch submission

2019-10-02 Thread Alexandre Hamada
Hi Tech, I've found a missing initialization at ip.c (rpki-client project), and I would like to share this patch with the repository maintainer. Kind regards, Alexandre Hamada https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/8.patch