Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-25 Thread Raymond Mao
Hi Tom, On Wed, 24 Jul 2024 at 18:42, Tom Rini wrote: > On Wed, Jul 24, 2024 at 10:34:50AM -0400, Raymond Mao wrote: > > Hi Tom, > > > > On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > > > > > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > > > > > Integrate MbedTLS v3.6 LTS (

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-24 Thread Tom Rini
On Wed, Jul 24, 2024 at 10:34:50AM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > > > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > > > Motivations: > > > -

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-24 Thread Simon Glass
Hi Raymond, On Wed, 24 Jul 2024 at 08:35, Raymond Mao wrote: > > Hi Tom, > > On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: >> >> On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: >> >> > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. >> > >> > Motivations: >> >

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-24 Thread Simon Glass
Hi Raymond, On Tue, 23 Jul 2024 at 14:45, Tom Rini wrote: > > On Tue, Jul 23, 2024 at 03:24:29PM -0400, Raymond Mao wrote: > > Hi Tom, > > > > On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > > > > > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > > > > > Integrate MbedTLS v3.6

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-24 Thread Raymond Mao
Hi Tom, On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well maintained with LTS versions. > > 2. LWIP is i

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-23 Thread Tom Rini
On Tue, Jul 23, 2024 at 03:24:29PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > > > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > > > Motivations: > > > -

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-23 Thread Raymond Mao
Hi Tom, On Tue, 2 Jul 2024 at 21:26, Tom Rini wrote: > On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well maintained with LTS versions. > > 2. LWIP is i

Re: [PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-02 Thread Tom Rini
On Tue, Jul 02, 2024 at 11:22:36AM -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > Motivations: > > > 1. MbedTLS is well maintained with LTS versions. > 2. LWIP is integrated with MbedTLS and easily to enable HTTPS. > 3. MbedTLS recentl

[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot

2024-07-02 Thread Raymond Mao
Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. Motivations: 1. MbedTLS is well maintained with LTS versions. 2. LWIP is integrated with MbedTLS and easily to enable HTTPS. 3. MbedTLS recently switched license back to GPLv2. Prerequisite: - This patch ser