]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: Implement RSA algorithm by gcrypt
authorLei He <helei.sig11@bytedance.com>
Wed, 25 May 2022 09:01:15 +0000 (17:01 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 26 May 2022 10:41:53 +0000 (11:41 +0100)
commite09d1c274782e30dcc0ab5e4d62b624d0028d718
tree7207e2117335a5f9d9f0433f966349d8d981bf6c
parent4c5e512ee0c49efb42286600aef31739c0dcee5d
crypto: Implement RSA algorithm by gcrypt

Added gcryt implementation of RSA algorithm, RSA algorithm
implemented by gcrypt has a higher priority than nettle because
it supports raw padding.

Signed-off-by: lei he <helei.sig11@bytedance.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/akcipher-gcrypt.c.inc [new file with mode: 0644]
crypto/akcipher.c