Re: [PATCH v3 11/28] crypto: Add helper functions for DIAG 508 subcode 1

2025-06-06 Thread Daniel P . Berrangé
On Wed, Jun 04, 2025 at 05:56:39PM -0400, Zhuoying Cai wrote: > Add helper functions for x509 certificate which will be used in the next > patch for DIAG 508 subcode 1. > > Signed-off-by: Zhuoying Cai > --- > crypto/x509-utils.c | 61 + > include/crypt

[PATCH v3 11/28] crypto: Add helper functions for DIAG 508 subcode 1

2025-06-04 Thread Zhuoying Cai
Add helper functions for x509 certificate which will be used in the next patch for DIAG 508 subcode 1. Signed-off-by: Zhuoying Cai --- crypto/x509-utils.c | 61 + include/crypto/x509-utils.h | 20 2 files changed, 81 insertions(+) diff --