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: Re: [virtio-comment] [V3 PATCH 0/1] Introduce virtio asymmetric crypto service


On Tue, Apr 12, 2022 at 10:15 AM Cornelia Huck <cohuck@redhat.com> wrote:
>  +#define VIRTIO_CRYPTO_RSA_NO_HASH   0
>  +#define VIRTIO_CRYPTO_RSA_MD2       1
>  +#define VIRTIO_CRYPTO_RSA_MD3       2
>  +#define VIRTIO_CRYPTO_RSA_MD4       3
>  +#define VIRTIO_CRYPTO_RSA_MD5       4
>  +#define VIRTIO_CRYPTO_RSA_SHA1      5
>  +#define VIRTIO_CRYPTO_RSA_SHA256    6
>  +#define VIRTIO_CRYPTO_RSA_SHA384    7
>  +#define VIRTIO_CRYPTO_RSA_SHA512    8
>  +#define VIRTIO_CRYPTO_RSA_SHA224    9

Hi, should virtio-crypto really support outdated hashes such as MD2-MD5?
The kernel driver that has been merged only uses SHA1 or raw.

Paolo



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