commit | 10a1d34fc0d4dfe0dd6f5ec73f62dc1afa04af6c | [log] [tgz] |
---|---|---|
author | Dorjoy Chowdhury <dorjoychy111@gmail.com> | Fri Sep 06 01:57:30 2024 +0600 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Mon Sep 09 15:13:38 2024 +0100 |
tree | a068cacd8b11e0e79dfe254c607c916decd285d2 | |
parent | 9893da71b274cc16f9a5fc18b94896f4887bcc2d [diff] |
crypto: Introduce x509 utils An utility function for getting fingerprint from X.509 certificate has been introduced. Implementation only provided using gnutls. Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> [DB: fixed missing gnutls_x509_crt_deinit in success path] Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>