On 08/12/2025 22.32, 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
These functions provide support for certificate format conversion.
Signed-off-by: Zhuoying Cai <[email protected]>
Acked-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Farhan Ali <[email protected]>
---
crypto/x509-utils.c | 49 +++++++++++++++++++++++++++++++++++++
include/crypto/x509-utils.h | 21 ++++++++++++++++
2 files changed, 70 insertions(+)
Reviewed-by: Thomas Huth <[email protected]>