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

2024-09-11 Thread Raymond Mao
Hi Tom, On Tue, 3 Sept 2024 at 11:03, Raymond Mao wrote: > Hi Tom, > > On Mon, 19 Aug 2024 at 17:04, Tom Rini wrote: > >> On Fri, Aug 16, 2024 at 02:43:49PM -0700, Raymond Mao wrote: >> >> > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. >> > >> > Motivations: >> > >> >

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

2024-09-10 Thread Raymond Mao
Hi Simon, On Tue, 10 Sept 2024 at 14:44, Simon Glass wrote: > Hi Raymond, > > On Fri, 6 Sept 2024 at 08:50, Raymond Mao wrote: > > > > Hi Simon, > > > > On Thu, 5 Sept 2024 at 20:43, Simon Glass wrote: > >> > >> Hi Raymond, > >> > >> On Tue, 3 Sept 2024 at 08:59, Raymond Mao > wrote: > >> > >

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

2024-09-10 Thread Simon Glass
Hi Raymond, On Fri, 6 Sept 2024 at 08:50, Raymond Mao wrote: > > Hi Simon, > > On Thu, 5 Sept 2024 at 20:43, Simon Glass wrote: >> >> Hi Raymond, >> >> On Tue, 3 Sept 2024 at 08:59, Raymond Mao wrote: >> > >> > Hi Simon, >> > >> > On Sat, 17 Aug 2024 at 11:58, Simon Glass wrote: >> >> >> >> Hi

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

2024-09-06 Thread Raymond Mao
Hi Tom, On Fri, 6 Sept 2024 at 11:27, Tom Rini wrote: > On Fri, Sep 06, 2024 at 10:50:15AM -0400, Raymond Mao wrote: > > Hi Simon, > > > > On Thu, 5 Sept 2024 at 20:43, Simon Glass wrote: > > > > > Hi Raymond, > > > > > > On Tue, 3 Sept 2024 at 08:59, Raymond Mao > wrote: > > > > > > > > Hi Si

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

2024-09-06 Thread Tom Rini
On Fri, Sep 06, 2024 at 10:50:15AM -0400, Raymond Mao wrote: > Hi Simon, > > On Thu, 5 Sept 2024 at 20:43, Simon Glass wrote: > > > Hi Raymond, > > > > On Tue, 3 Sept 2024 at 08:59, Raymond Mao wrote: > > > > > > Hi Simon, > > > > > > On Sat, 17 Aug 2024 at 11:58, Simon Glass wrote: > > >> > >

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

2024-09-06 Thread Raymond Mao
Hi Simon, On Thu, 5 Sept 2024 at 20:43, Simon Glass wrote: > Hi Raymond, > > On Tue, 3 Sept 2024 at 08:59, Raymond Mao wrote: > > > > Hi Simon, > > > > On Sat, 17 Aug 2024 at 11:58, Simon Glass wrote: > >> > >> Hi Raymond, > >> > >> On Fri, 16 Aug 2024 at 15:44, Raymond Mao > wrote: > >> > >

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

2024-09-06 Thread Peter Robinson
On Fri, 6 Sept 2024 at 01:44, Simon Glass wrote: > > Hi, > > On Wed, 4 Sept 2024 at 06:48, Peter Robinson wrote: > > > > Hi Simon, > > > > > I wonder if we could leave out the SHA stuff? The algorithms are > > > > One of the big advantages of the mbedtls when it comes to all things > > security i

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

2024-09-06 Thread Ilias Apalodimas
Hi Tom On Wed, 4 Sept 2024 at 19:43, Tom Rini wrote: > > On Wed, Sep 04, 2024 at 01:48:43PM +0100, Peter Robinson wrote: > > Hi Simon, > > > > > I wonder if we could leave out the SHA stuff? The algorithms are > > > > One of the big advantages of the mbedtls when it comes to all things > > securi

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

2024-09-05 Thread Simon Glass
Hi, On Wed, 4 Sept 2024 at 06:48, Peter Robinson wrote: > > Hi Simon, > > > I wonder if we could leave out the SHA stuff? The algorithms are > > One of the big advantages of the mbedtls when it comes to all things > security is that it's seen a wide audit of it's code which for a lot > of usecase

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

2024-09-05 Thread Simon Glass
Hi Raymond, On Tue, 3 Sept 2024 at 08:59, Raymond Mao wrote: > > Hi Simon, > > On Sat, 17 Aug 2024 at 11:58, Simon Glass wrote: >> >> Hi Raymond, >> >> On Fri, 16 Aug 2024 at 15:44, Raymond Mao wrote: >> > >> > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. >> > >> > Motivations: >>

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

2024-09-04 Thread Tom Rini
On Wed, Sep 04, 2024 at 01:48:43PM +0100, Peter Robinson wrote: > Hi Simon, > > > I wonder if we could leave out the SHA stuff? The algorithms are > > One of the big advantages of the mbedtls when it comes to all things > security is that it's seen a wide audit of it's code which for a lot > of u

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

2024-09-04 Thread Peter Robinson
Hi Simon, > I wonder if we could leave out the SHA stuff? The algorithms are One of the big advantages of the mbedtls when it comes to all things security is that it's seen a wide audit of it's code which for a lot of usecases is very useful from a security PoV, I'm not sure the amount of audit t

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

2024-09-03 Thread Raymond Mao
Hi Tom, On Mon, 19 Aug 2024 at 17:04, Tom Rini wrote: > On Fri, Aug 16, 2024 at 02:43:49PM -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well maintained with LTS versions. > > 2. LWIP is inte

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

2024-09-03 Thread Raymond Mao
Hi Simon, On Sat, 17 Aug 2024 at 11:58, Simon Glass wrote: > Hi Raymond, > > On Fri, 16 Aug 2024 at 15:44, Raymond Mao wrote: > > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well maintained with LTS versions. > > 2.

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

2024-08-19 Thread Tom Rini
On Mon, Aug 19, 2024 at 06:28:39PM -0600, Tom Rini wrote: > On Fri, 16 Aug 2024 14:43:49 -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0) with U-Boot. > > > > Motivations: > > > > > > 1. MbedTLS is well maintained with LTS versions. > > 2. LWIP is integr

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

2024-08-19 Thread Tom Rini
On Fri, 16 Aug 2024 14:43:49 -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0) 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

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

2024-08-19 Thread Tom Rini
On Fri, Aug 16, 2024 at 02:43:49PM -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0) 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 sw

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

2024-08-17 Thread Simon Glass
Hi Raymond, On Fri, 16 Aug 2024 at 15:44, Raymond Mao wrote: > > Integrate MbedTLS v3.6 LTS (currently v3.6.0) 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 s

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot

2024-08-16 Thread Raymond Mao
Integrate MbedTLS v3.6 LTS (currently v3.6.0) 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 series