Re: [PATCH v4 24/29] lib/crypto: Adapt mscode_parser to MbedTLS

2024-07-30 Thread Raymond Mao
Hi Ilias, On Tue, 30 Jul 2024 at 04:04, Ilias Apalodimas wrote: > Hi Raymond, > > On Tue, 2 Jul 2024 at 21:33, Raymond Mao wrote: > > > > Previous patch has introduced MbedTLS porting layer for mscode parser, > > here to adjust the header and makefiles accordingly. > > > > Signed-off-by: Raymon

Re: [PATCH v4 24/29] lib/crypto: Adapt mscode_parser to MbedTLS

2024-07-30 Thread Ilias Apalodimas
Hi Raymond, On Tue, 2 Jul 2024 at 21:33, Raymond Mao wrote: > > Previous patch has introduced MbedTLS porting layer for mscode parser, > here to adjust the header and makefiles accordingly. > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - Move the porting layer to MbedTLS dir. > Changes

[PATCH v4 24/29] lib/crypto: Adapt mscode_parser to MbedTLS

2024-07-02 Thread Raymond Mao
Previous patch has introduced MbedTLS porting layer for mscode parser, here to adjust the header and makefiles accordingly. Signed-off-by: Raymond Mao --- Changes in v2 - Move the porting layer to MbedTLS dir. Changes in v3 - Update commit message. Changes in v4 - Control building legacy library