On Thu, Nov 27, 2025 at 12:52:28 +0530, Arun Menon via Devel wrote:
> Adds `virCryptoDecryptDataAESgnutls` and `virCryptoDecryptData`
> as wrapper functions for GnuTLS decryption.
> 
> These functions are the inverse of the existing GnuTLS encryption wrappers.
> This commit also includes a corresponding test case to validate data 
> decryption.
> 
> Signed-off-by: Arun Menon <[email protected]>
> ---
>  src/libvirt_private.syms |   1 +
>  src/util/vircrypto.c     | 126 ++++++++++++++++++++++++++++++++++++++-
>  src/util/vircrypto.h     |   8 +++
>  tests/vircryptotest.c    |  65 ++++++++++++++++++++
>  4 files changed, 199 insertions(+), 1 deletion(-)

Reviewed-by: Peter Krempa <[email protected]>

Reply via email to