Re: [PATCH v3 08/28] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2

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

Re: [PATCH v3 08/28] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2

2025-06-06 Thread Daniel P . Berrangé
On Wed, Jun 04, 2025 at 05:56:36PM -0400, Zhuoying Cai wrote: > Add helper functions for x509 certificate which will be used in the next > patch for DIAG 320 subcode 2. Please describe what this is adding from the POV of the crypto subsystem - references to "the next patch" won't make any sense wh

[PATCH v3 08/28] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2

2025-06-04 Thread Zhuoying Cai
Add helper functions for x509 certificate which will be used in the next patch for DIAG 320 subcode 2. Signed-off-by: Zhuoying Cai --- crypto/x509-utils.c | 190 +++- include/crypto/x509-utils.h | 63 qapi/crypto.json| 20 3