Re: [PATCH v4 15/29] x509: move common functions to x509 helper

2024-07-03 Thread Ilias Apalodimas
On Tue, 2 Jul 2024 at 21:29, Raymond Mao wrote: > > Move x509_check_for_self_signed as a common helper function > that can be shared by legacy crypto lib and MbedTLS implementation. > > Signed-off-by: Raymond Mao > --- > Changes in v4 > - Initial patch. > > lib/crypto/Makefile | 1 + >

[PATCH v4 15/29] x509: move common functions to x509 helper

2024-07-02 Thread Raymond Mao
Move x509_check_for_self_signed as a common helper function that can be shared by legacy crypto lib and MbedTLS implementation. Signed-off-by: Raymond Mao --- Changes in v4 - Initial patch. lib/crypto/Makefile | 1 + lib/crypto/x509_helper.c | 67 ++