Re: Teach rpki-client some https

2021-03-03 Thread Job Snijders
On Tue, Mar 02, 2021 at 05:04:12PM +0100, Theo Buehler wrote: > > I think this is now ready to go in. > > Go for it! > > ok tb OK job@

Re: Teach rpki-client some https

2021-03-02 Thread Theo Buehler
On Tue, Mar 02, 2021 at 11:45:22AM +0100, Claudio Jeker wrote: > On Mon, Mar 01, 2021 at 11:57:03AM +0100, Claudio Jeker wrote: > > On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote: > > > On Thu, Feb 25, 2021 at 05:03:19PM +0100, Claudio Jeker wrote: > > > > On Fri, Feb 19, 2021 at

Re: Teach rpki-client some https

2021-03-02 Thread Claudio Jeker
On Mon, Mar 01, 2021 at 11:57:03AM +0100, Claudio Jeker wrote: > On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote: > > On Thu, Feb 25, 2021 at 05:03:19PM +0100, Claudio Jeker wrote: > > > On Fri, Feb 19, 2021 at 07:10:02PM +0100, Claudio Jeker wrote: > > > > Some TAL files now include

Re: Teach rpki-client some https

2021-03-01 Thread Claudio Jeker
On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote: > On Thu, Feb 25, 2021 at 05:03:19PM +0100, Claudio Jeker wrote: > > On Fri, Feb 19, 2021 at 07:10:02PM +0100, Claudio Jeker wrote: > > > Some TAL files now include an https URI where the TA can be fetched from. > > > With this diff

Re: Teach rpki-client some https

2021-02-28 Thread Theo Buehler
On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote: > > + if (error == EAI_SERVICE) > > + error = getaddrinfo(host, "443", , >res0); > > + if (error) { > > error != NULL Apologies, forgot to delete that.

Re: Teach rpki-client some https

2021-02-28 Thread Theo Buehler
On Thu, Feb 25, 2021 at 05:03:19PM +0100, Claudio Jeker wrote: > On Fri, Feb 19, 2021 at 07:10:02PM +0100, Claudio Jeker wrote: > > Some TAL files now include an https URI where the TA can be fetched from. > > With this diff rpki-client will download the TA from https unless that > > fails and

Re: Teach rpki-client some https

2021-02-25 Thread Claudio Jeker
On Fri, Feb 19, 2021 at 07:10:02PM +0100, Claudio Jeker wrote: > Some TAL files now include an https URI where the TA can be fetched from. > With this diff rpki-client will download the TA from https unless that > fails and then fall back to rsync. > > This is not yet perfect but the diff is

Teach rpki-client some https

2021-02-19 Thread Claudio Jeker
Some TAL files now include an https URI where the TA can be fetched from. With this diff rpki-client will download the TA from https unless that fails and then fall back to rsync. This is not yet perfect but the diff is already large enough (adding a full event based https client based on ftp