> -----Original Message----- > From: Gowrishankar Muthukrishnan > Sent: Saturday, May 10, 2025 4:11 PM > To: dev@dpdk.org; Jay Zhou > Cc: Anoob Joseph ; Akhil Goyal ; > Gowrishankar Muthukrishnan > 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: stable@dpdk.org > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.