Re: [PULL 10/10] crypto: Introduce x509 utils

2025-03-18 Thread Dorjoy Chowdhury
On Tue, Mar 18, 2025 at 10:44 PM Peter Maydell wrote: > > On Mon, 9 Sept 2024 at 15:21, Daniel P. Berrangé wrote: > > > > From: Dorjoy Chowdhury > > > > An utility function for getting fingerprint from X.509 certificate > > has been introduced. Implementation only provided using gnutls. > > Hi;

Re: [PULL 10/10] crypto: Introduce x509 utils

2025-03-18 Thread Peter Maydell
On Mon, 9 Sept 2024 at 15:21, Daniel P. Berrangé wrote: > > From: Dorjoy Chowdhury > > An utility function for getting fingerprint from X.509 certificate > has been introduced. Implementation only provided using gnutls. Hi; recent changes in the codebase mean that one of Coverity's "maybe this n

[PULL 10/10] crypto: Introduce x509 utils

2024-09-09 Thread Daniel P . Berrangé
From: Dorjoy Chowdhury An utility function for getting fingerprint from X.509 certificate has been introduced. Implementation only provided using gnutls. Signed-off-by: Dorjoy Chowdhury [DB: fixed missing gnutls_x509_crt_deinit in success path] Reviewed-by: Philippe Mathieu-Daudé Signed-off-by