OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: PING: [PATCH 0/1] Introduce virtio asymmetric crypto service


PING!

ï-----Original Message-----
From: Lei He <helei.sig11@bytedance.com>
Date: Monday, October 25, 2021 at 11:30 AM
To: <mst@redhat.com>, <virtio-comment@lists.oasis-open.org>
Cc: <xin.zeng@intel.com>, <arei.gonglei@huawei.com>, <pizhenwei@bytedance.com>, Lei He <helei.sig11@bytedance.com>
Subject: [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





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]