[PATCH 3/3] test/crypto: fix RSA decrypt op validation
Akhil Goyal
gakhil at marvell.com
Wed Jun 25 13:48:19 CEST 2025
> Subject: [PATCH 3/3] test/crypto: fix RSA decrypt op validation
>
> Following RSA encrypt op, same plaintext buffer is used as output
> buffer for decrypt op, hence comparing plaintext buffer against
> same buffer pointer in crypto op always succeed irrespective of
> whether decrypt op succeeds or not. This patch fixes this issue
> with a local buffer for crypto op.
>
> Fixes: 5ae36995f10f ("test/crypto: move RSA enqueue/dequeue into functions")
> Cc: stable at dpdk.org
>
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Series Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list