← Prev in month ← Prev in thread

[PATCH 0/1] Introduce virtio asymmetric crypto service

From
Lei He <>
Date
2021-10-25T03:31:47+00:00
ID
Thread
[PATCH 0/1] Introduce virtio asymmetric crypto service
Hi,

In this patch, we try to support a new class of crypto service "ASYM",
include several asymmetric algorithms.

And we also developed sample code of this feature:
for guest side(Linux):
  https://github.com/pizhenwei/linux/tree/virtio-crypto-asym

for QEMU side:
  https://github.com/pizhenwei/qemu/tree/virtio-crypto-asym

Introduce a new class "akcipher backend" and a new built-in RSA
algorithm(implemented by nettle/hogweed) into QEMU, and test the
full feature from guest, works fine.

Lei He (1):
  virtio-crypto: introduce asym service

 virtio-crypto.tex | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 210 insertions(+), 4 deletions(-)

--
2.11.0
← Prev in month ← Prev in thread