On 1/7/25 7:02 PM, Gowrishankar Muthukrishnan wrote:
Support asymmetric RSA crypto operations in vhost-user. Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> --- Depends-on: series-34291 ("crypto/virtio: add RSA support") lib/vhost/vhost_crypto.c | 504 ++++++++++++++++++++++++++++++++++++--- lib/vhost/vhost_user.h | 33 ++- 2 files changed, 498 insertions(+), 39 deletions(-)
I'm not a crypto expert, so a second pair of eyes would be welcome. I did not find any obvious bug while reviewing this patch: Acked-by: Maxime Coquelin <maxime.coque...@redhat.com>