> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>
> Sent: Saturday, May 10, 2025 4:11 PM
> To: dev@dpdk.org; Jay Zhou <jianjay.z...@huawei.com>
> Cc: Anoob Joseph <ano...@marvell.com>; Akhil Goyal <gak...@marvell.com>;
> Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>
> Subject: [PATCH] crypto/virtio: fix DER encoding of RSA public key
>
> As per RFC 8017, RSA public key in ASN.1 should have only
> modulus and exponent values. Add a separate encoding function
> to follow this standard.
>
> Fixes: 6fe6a7f7bcf ("crypto/virtio: add asymmetric RSA support")
Updated the Fixes tag
Fixes: 10702138f1a1 ("crypto/virtio: support asymmetric RSA")
Cc: sta...@dpdk.org
>
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>
Acked-by: Akhil Goyal <gak...@marvell.com>
Applied to dpdk-next-crypto
Thanks.