Re: [PATCH 0/6] Enable https for wget

2024-10-18 Thread Simon Glass
Hi Ilias, On Fri, 18 Oct 2024 at 09:06, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 18 Oct 2024 at 18:03, Simon Glass wrote: > > > > Hi Ilias, > > > > On Fri, 18 Oct 2024 at 08:22, Ilias Apalodimas > > wrote: > > > > > > Since lwIP and mbedTLS have been merged turning on https:// support

Re: [PATCH 0/6] Enable https for wget

2024-10-18 Thread Ilias Apalodimas
Hi Simon, On Fri, 18 Oct 2024 at 18:03, Simon Glass wrote: > > Hi Ilias, > > On Fri, 18 Oct 2024 at 08:22, Ilias Apalodimas > wrote: > > > > Since lwIP and mbedTLS have been merged turning on https:// support is > > relatively easy. We need to enable the missing algorithms and modes of > > opera

Re: [PATCH 0/6] Enable https for wget

2024-10-18 Thread Simon Glass
Hi Ilias, On Fri, 18 Oct 2024 at 08:22, Ilias Apalodimas wrote: > > Since lwIP and mbedTLS have been merged turning on https:// support is > relatively easy. We need to enable the missing algorithms and modes of > operation in mbedTLS and enable TLS in lwIP. Someof the lwIP patches > are in their