Re: [PATCH v4 02/28] crypto/x509-utils: Add helper functions for certificate store

2025-07-22 Thread Daniel P . Berrangé
On Fri, Jul 11, 2025 at 05:10:38PM -0400, Zhuoying Cai wrote: > Introduce new helper functions for x509 certificate, which will be used > by the certificate store: > > qcrypto_x509_convert_cert_der() - converts a certificate from PEM to DER > format > qcrypto_x509_get_keyid_len() - returns the le

[PATCH v4 02/28] crypto/x509-utils: Add helper functions for certificate store

2025-07-11 Thread Zhuoying Cai
Introduce new helper functions for x509 certificate, which will be used by the certificate store: qcrypto_x509_convert_cert_der() - converts a certificate from PEM to DER format qcrypto_x509_get_keyid_len() - returns the length of the key ID qcrypto_x509_get_signature_algorithm() - returns signatu